Sha256: 921d79caa50d86ffcb970771ab2c4e1c9f0ec7dd8a75a76d9a0e954438e80371

Contents?: true

Size: 651 Bytes

Versions: 11

Compression:

Stored size: 651 Bytes

Contents

- title t('.title')

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

- content_for :actions do
  = render 'locomotive/shared/actions/contents'

- content_for :buttons do
  = local_action_button :show_entries, content_entries_url(@content_type.slug_was), :class => 'show'
  = local_action_button :new_entry, new_content_entry_url(@content_type.slug_was), :class => 'new'

%p!= t('.help')

= semantic_form_for @content_type, :url => content_type_url(@content_type) do |f|

  = render 'form', :f => f

  = render 'locomotive/shared/form_actions', :back_url => content_entries_url(@content_type.slug_was), :button_label => :update

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc12 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.0.0.rc11 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.0.0.rc10 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.0.0.rc9 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.0.0.rc8 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.0.0.rc7 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.0.0.rc6 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.0.0.rc5 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.0.0.rc4 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.0.0.rc2 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.0.0.rc1 app/views/locomotive/content_types/edit.html.haml