Sha256: 00733a2753d7e99767c77ea79c7cfea86630b5fc8d05bbc8d31b33064e96a3bd

Contents?: true

Size: 885 Bytes

Versions: 73

Compression:

Stored size: 885 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>

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
alchemy_cms-6.1.7 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.1 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.0 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.0.pre.rc1 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.1.6 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.0.pre.c app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.0.pre.b app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.1.5 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.0.14 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.1.4 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-7.0.0.pre.a app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.0.13 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.1.3 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.1.2 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.1.1 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.1.0 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.0.12 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.0.11 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-6.0.10 app/views/alchemy/admin/pages/_table.html.erb
alchemy_cms-5.3.8 app/views/alchemy/admin/pages/_table.html.erb