Sha256: 98c36647beacaf49cb988d0b1c9a26ca71d78a9f1dbde5afd210aee57c3b0b4b

Contents?: true

Size: 744 Bytes

Versions: 10

Compression:

Stored size: 744 Bytes

Contents

.page-header

  = link_to t('.revision', :count => @page.revisions.count), comfy_admin_cms_site_page_revisions_path(@site, @page), :class => 'btn btn-default pull-right'

  %h2.pull-right
    -if @page.drafted?
      %span.label.label-info
        =t('.drafted')
    -if @page.reviewed?
      %span.label.label-primary
        =t('.reviewed')
    -if @page.scheduled?
      %span.label.label-warning
        =t('.scheduled')
    -if @page.published?
      %span.label.label-success
        =t('.published')
  %h2= t('.title')

- content_for :right_column do
  = render 'comfy/admin/cms/sites/mirrors', :object => @page

= comfy_form_for @page, :as => :page, :url => {:action => :update}, :html => {:multipart => true} do |form|
  = render form

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cms-fortress-1.3.15 app/views/comfy/admin/cms/pages/edit.html.haml
cms-fortress-1.3.14 app/views/comfy/admin/cms/pages/edit.html.haml
cms-fortress-1.3.13 app/views/comfy/admin/cms/pages/edit.html.haml
cms-fortress-1.3.12 app/views/comfy/admin/cms/pages/edit.html.haml
cms-fortress-1.3.11 app/views/comfy/admin/cms/pages/edit.html.haml
cms-fortress-1.3.10 app/views/comfy/admin/cms/pages/edit.html.haml
cms-fortress-1.3.9 app/views/comfy/admin/cms/pages/edit.html.haml
cms-fortress-1.3.8 app/views/comfy/admin/cms/pages/edit.html.haml
cms-fortress-1.3.7 app/views/comfy/admin/cms/pages/edit.html.haml
cms-fortress-1.3.6 app/views/comfy/admin/cms/pages/edit.html.haml