Sha256: bf61181b8347c10dbc362bcdf8292ed0ac99d2f6376ee35099eafa6e7021d30b

Contents?: true

Size: 988 Bytes

Versions: 18

Compression:

Stored size: 988 Bytes

Contents

<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>
        <%= sort_link [:alchemy, @query],
          :updated_at,
          Alchemy::Page.human_attribute_name(:updated_at),
          default_order: "desc" %>
      </th>
      <th class="status center"><%= Alchemy::Page.human_attribute_name(:status) %></th>
      <th class="tools"></th>
    </tr>
  </thead>
  <tbody>
    <%= render partial: "table_row", collection: @pages, as: "page" %>
  </tbody>
</table>

<script type="text/javascript">
  $(function() {
    Alchemy.PagePublicationFields();
  });
</script>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
alchemy_cms-7.0.16 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.15 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.1.10 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.14 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.13 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.12 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.11 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.10 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.9 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.8 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.7 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.6 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.5 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.4 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.3 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.1.9 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.2 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.1.8 app/views/alchemy/admin/pages/_table.html.erb