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