Sha256: 61e29440f4883dbc8d75ce54f852158e1ec5b15e88c2e237b21a5f42ca261690
Contents?: true
Size: 778 Bytes
Versions: 31
Compression:
Stored size: 778 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 params[:q].present? %> <p><%= Alchemy.t('Nothing found') %></p> <% end %> <%= paginate resources_instance_variable, scope: resource_url_proxy, theme: 'alchemy' %>
Version data entries
31 entries across 31 versions & 1 rubygems