Sha256: 78bc2eb6ce3507746f5fab4da016d62c003eb17fcef1892463b568e864153ac1

Contents?: true

Size: 469 Bytes

Versions: 24

Compression:

Stored size: 469 Bytes

Contents

<%= link_to span_tag(pluralize(@page.revisions.count, t('.revision'))), cms_admin_site_page_revisions_path(@site, @page), :class => 'big button' %>

<h1><%= t('.title') %></h1>

<% content_for :right_column do %>
  <%= render :partial => 'cms_admin/sites/mirrors', :object => @page %>
<% end %>

<%= cms_form_for @page, :as => :page, :url => {:action => :update}, :html => {:multipart => true} do |form| %>
  <%= render :partial => 'form', :object => form %>
<% end %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.5.3 app/views/cms_admin/pages/edit.html.erb
comfortable_mexican_sofa-1.5.2 app/views/cms_admin/pages/edit.html.erb
comfortable_mexican_sofa-1.5.1 app/views/cms_admin/pages/edit.html.erb
comfortable_mexican_sofa-1.5.0 app/views/cms_admin/pages/edit.html.erb