Sha256: 0d13aa8d8ddb50fd67e4a1bbca08733369800a1f3311f810f8edf0b13eb733e1

Contents?: true

Size: 987 Bytes

Versions: 26

Compression:

Stored size: 987 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 right"><%= 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

26 entries across 26 versions & 1 rubygems

Version Path
alchemy_cms-7.2.9 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.1.13 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.1.10 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.2.2 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.1.9 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.2.1 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.1.8 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.1.7 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.1.6 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.1.5 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.1.4 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.1.3 app/views/alchemy/admin/pages/_table.html.erb