Sha256: e7e65b6fcf693ba537c9cefe7f7147179756bae06b36d405943401d395048aa4
Contents?: true
Size: 575 Bytes
Versions: 15
Compression:
Stored size: 575 Bytes
Contents
- title t('.title', :type => @content_type.name.capitalize) - content_for :submenu do = render 'admin/shared/menu/contents' - content_for :buttons do = admin_button_tag t('admin.contents.index.edit'), edit_admin_content_type_url(@content_type), :class => 'edit' %p= @content_type.description = semantic_form_for @content, :url => admin_contents_url(@content_type.slug), :html => { :multipart => true } do |form| = render 'form', :f => form = render 'admin/shared/form_actions', :back_url => admin_contents_url(@content_type.slug), :button_label => :create
Version data entries
15 entries across 15 versions & 1 rubygems