Sha256: b9bbb818e572b0ce6d51340562af46327efb5364603495304cffc85cd11fc1f5

Contents?: true

Size: 792 Bytes

Versions: 30

Compression:

Stored size: 792 Bytes

Contents

<% if resources_instance_variable.any? %>
<table class="list" id="<%= resource_handler.resources_name %>_list">
  <thead>
    <tr>
    <% resource_handler.attributes.each do |attribute| %>
      <th class="<%= attribute[:type] %> <%= attribute[:name] %>">
        <%= sort_link [:resource_url_proxy, @query],
          sortable_resource_header_column(attribute),
          resource_handler.model.human_attribute_name(attribute[:name]),
          hide_indicator: true %>
      </th>
    <% end %>
      <th class="tools"></th>
    </tr>
  </thead>
  <tbody>
    <%= render_resources %>
  </tbody>
</table>
<% elsif search_filter_params[:q].present? %>
<p><%= Alchemy.t('Nothing found') %></p>
<% end %>

<%= paginate resources_instance_variable, scope: resource_url_proxy, theme: 'alchemy' %>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
alchemy_cms-4.6.7 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.6.6 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.6.5 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.5.1 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.4.5 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.6.4 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.6.3 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.6.2 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.6.1 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.6.0 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.5.0 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.4.4 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.4.3 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.4.2 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.4.1 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.4.0 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.3.2 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.2.4 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.3.1 app/views/alchemy/admin/resources/_table.html.erb
alchemy_cms-4.2.3 app/views/alchemy/admin/resources/_table.html.erb