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