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

Version Path
alchemy_cms-6.0.9 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-5.3.7 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-6.0.8 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-5.3.6 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-6.0.7 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-6.0.6 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-6.0.5 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-6.0.4 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-6.0.3 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-6.0.2 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-6.0.1 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-5.3.5 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-6.0.0 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-5.3.4 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-6.0.0.pre.rc7 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-5.3.3 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-5.3.2 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-5.3.1 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-5.3.0 app/views/alchemy/admin/pages/list/_table.html.erb
alchemy_cms-6.0.0.pre.rc6 app/views/alchemy/admin/pages/list/_table.html.erb