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