Sha256: 6873e9a4522c29be9e860646b8227d9dc06ce70c0cbe2012453593da2630dc7e

Contents?: true

Size: 372 Bytes

Versions: 5

Compression:

Stored size: 372 Bytes

Contents

  <% @page_heading = _('Pages') %>

  <% content_for('tasks') do %>
    <%= task_new _('Create new page') %>
    <li><%= link_to _('View page on your blog'), @page.permalink_url %></li>
  <% end %>

  <h3><%= _("Editing page")%></h3>
  <%= render :partial => "admin/shared/edit", :locals => { :form_type => "page", :form_action => { :action => "edit", :id => @page } } %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/pages/edit.rhtml
typo-5.0.2 app/views/admin/pages/edit.html.erb
typo-4.1 app/views/admin/pages/edit.rhtml
typo-5.0.1 app/views/admin/pages/edit.html.erb
typo-5.0 app/views/admin/pages/edit.html.erb