Sha256: 3c8a01b0fb41f691f2ded60b2973a3784c79c03ffcc7a337f16e765f282e3e08
Contents?: true
Size: 449 Bytes
Versions: 1
Compression:
Stored size: 449 Bytes
Contents
<% @page_heading = _('Manage pages') %> <% @link_to_new = link_to(_("New Page"), {:controller => 'pages', :action => 'new'}, :id => 'dialog-link', :class => 'ui-state-default ui-corner-all') %> <% subtabs_for(:content) %> <table cellspacing="1" cellpadding="0"> <tr> <th><%= _("Title") %></th> <th><%= _("Permalink")%></th> <th><%= _("Author")%></th> <th><%= _("Date") %></th> </tr> <%= render :partial => 'pages' %> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typo-5.5 | app/views/admin/pages/index.html.erb |