Sha256: 10405d82b4e72061d3c6b9b1444f0b4c1f78623fea9d482f2e5d6e8d2f2c254b

Contents?: true

Size: 533 Bytes

Versions: 2

Compression:

Stored size: 533 Bytes

Contents

- title t('.title')

- content_for :head do
  = javascript_include_tag 'admin/plugins/codemirror/codemirror'

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

- content_for :buttons do
  = admin_button_tag :new, new_admin_layout_url, :class => 'new'

%p= t('.help')

= semantic_form_for @layout, :url => admin_layout_url(@layout), :html => { :class => 'save-with-shortcut' } do |form|

  = render 'form', :f => form

  = render 'admin/shared/form_actions', :back_url => admin_layouts_url, :button_label => :update  

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
locomotive_cms-0.0.3.3 app/views/admin/layouts/edit.html.haml
locomotive_cms-0.0.3.1 app/views/admin/layouts/edit.html.haml