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