Sha256: 8eb38daf00031d212d1b585385f08d08d82c990ba7607eb1311c1a1fda1eff01
Contents?: true
Size: 841 Bytes
Versions: 10
Compression:
Stored size: 841 Bytes
Contents
<% set_title_and_breadcrumb t('page.pages') %> <h1><%= t('page.pages') %></h1> <div class="strap"> <%= link_to "#{t('page.add')} »".html_safe, new_admin_page_path, :class => 'text-icon icon-add' %> <%= link_to "#{t('admin.refresh')} »".html_safe, admin_pages_path, :class => 'text-icon icon-refresh' %> <%= link_to "#{t('admin.back_to_admin')} »".html_safe, admin_path, :class => 'text-icon icon-backward' %> </div> <table class="admin-table hierarchical-table"> <thead> <tr> <th><%= t('activerecord.attributes.page.title') %></th> <th><%= t('admin.created_at') %></th> <th><%= t('activerecord.attributes.page.locale') %></th> <th><%= t('admin.actions') %></th> </tr> </thead> <tbody> <%= render_table_tree(EtabliocmsPages::Page.order("lft asc")) %> </tbody> </table>
Version data entries
10 entries across 10 versions & 1 rubygems