Sha256: 00f2ac4b3a8a0df552ead18faedb2f7a6bec64288e1f67e8b4131d038726fdd7
Contents?: true
Size: 777 Bytes
Versions: 17
Compression:
Stored size: 777 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] %>"> <%= sortable_column( resource_handler.model.human_attribute_name(attribute[:name]), :column => sortable_resource_header_column(attribute), :route_proxy => resource_url_proxy ) %> </th> <% end %> <th class="tools"></th> </tr> </thead> <tbody> <%= render_resources %> </tbody> </table> <% elsif params[:query] %> <p><%= _t('Nothing found') %></p> <% end %> <%= paginate resources_instance_variable, scope: resource_url_proxy, theme: 'alchemy' %>
Version data entries
17 entries across 17 versions & 2 rubygems