Sha256: 47e1b1e098081c46f8faf3d182bcbeefda0ad4ff19f3fc308c0ef39d463d65f5

Contents?: true

Size: 521 Bytes

Versions: 15

Compression:

Stored size: 521 Bytes

Contents

- title link_to(@page.title.blank? ? @page.title_was : @page.title, '#', :rel => 'page_title', :title => t('.ask_for_title'), :class => 'editable')

- content_for :submenu do
  = render 'admin/shared/menu/contents'

- content_for :buttons do
  = admin_button_tag :show, "/#{@page.fullpath}", :class => 'show'

%p= t('.help')

= semantic_form_for @page, :url => admin_page_url(@page) do |form|

  = render 'form', :f => form
  
  = render 'admin/shared/form_actions', :back_url => admin_pages_url, :button_label => :update

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
locomotive_cms-0.0.2.9 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.2.8 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.2.7 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.2.6 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.2.5 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.2.4 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.2.3 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.2.2 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.2.1 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.2 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.1.4 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.1.3 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.1.2 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.1.1 app/views/admin/pages/edit.html.haml
locomotive_cms-0.0.1 app/views/admin/pages/edit.html.haml