Sha256: 52434a466e282e078a908c93515ba840cfa02c68f39bb6bcb7526cdcb508a2df

Contents?: true

Size: 400 Bytes

Versions: 3

Compression:

Stored size: 400 Bytes

Contents

- content_for :page_header do
  = page_header "New #{resource_name}"

= simple_nested_form_for resource_path_array, :html => {:class => 'form-inline' } do |f|
  = hidden_field_tag :content_locale, params[:content_locale] if params[:content_locale] 
  = render 'form', :f => f
  .form-actions
    = f.button :submit, :class => 'btn btn-primary'
    = link_to "Cancel", collection_path, :class => 'btn'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
app_frame-0.5.8 app/views/application/new.html.haml
app_frame-0.5.7 app/views/application/new.html.haml
app_frame-0.5.6 app/views/application/new.html.haml