Sha256: 4613e180bed1eb03e4e5be340eb074688bf6defa5c5685a911f1e3ba47e7e54f

Contents?: true

Size: 422 Bytes

Versions: 12

Compression:

Stored size: 422 Bytes

Contents

- title t('.title')

- content_for :head do
  = javascript_include_tag 'admin/content_types.js'

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

%p= t('.help')

= semantic_form_for @content_type, :url => admin_content_types_url do |f|

  = render 'form', :f => f
  
  = render 'admin/shared/form_actions', :back_url => admin_pages_url, :button_label => :create

= render 'admin/custom_fields/edit_field'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
locomotive_cms-0.0.3.3 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.3.1 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.2.9 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.2.8 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.2.7 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.2.6 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.2.5 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.2.4 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.2.3 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.2.2 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.2.1 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.2 app/views/admin/content_types/new.html.haml