Sha256: 76a2ada7b2089ab16b696254dc8f0f5a0e8e7430fe3766165391d5b333d740bf
Contents?: true
Size: 656 Bytes
Versions: 11
Compression:
Stored size: 656 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] %>"> <%= resource_handler.model.human_attribute_name(attribute[:name]) %> </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
11 entries across 11 versions & 1 rubygems