Sha256: f6b14b6f32d696f6b0e993632cf71933c809f3618426fcb4adad0fcd1040cff7

Contents?: true

Size: 646 Bytes

Versions: 8

Compression:

Stored size: 646 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), icon: 'icon-eye-open'
  = local_action_button :new_entry, new_content_entry_url(@content_type.slug_was), icon: 'icon-plus'

%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

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-2.2.2 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.2.1 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.2.0 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.1.4 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.1.3 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.1.2 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.1.1 app/views/locomotive/content_types/edit.html.haml
locomotive_cms-2.1.0 app/views/locomotive/content_types/edit.html.haml