Sha256: 630397f2b8021f38c0bb686d524ca9580e8cf4faba564350a5c7464363c36a1e
Contents?: true
Size: 1016 Bytes
Versions: 113
Compression:
Stored size: 1016 Bytes
Contents
<% if @pages.any? %> <table class="list"> <thead> <tr> <th class="icon"></th> <th class="string name"> <%= sort_link [:alchemy, @query], "name", Alchemy::Page.human_attribute_name(:name), default_order: "asc" %> </th> <th><%= Alchemy::Page.human_attribute_name(:urlname) %></th> <th><%= Alchemy::Page.human_attribute_name(:page_type) %></th> <th><%= Alchemy::Page.human_attribute_name(:tag_list) %></th> <th class="status center"><%= Alchemy::Page.human_attribute_name(:status) %></th> <th class="tools"></th> </tr> </thead> <tbody> <%= render partial: "page", collection: @pages %> </tbody> </table> <% elsif search_filter_params.present? %> <%= render_message do %> <%= Alchemy.t('No pages found') %> <% end %> <% else %> <%= render partial: 'alchemy/admin/pages/create_language_form' %> <% end %> <%= paginate @pages, scope: alchemy, theme: 'alchemy' %>
Version data entries
113 entries across 113 versions & 1 rubygems