Sha256: df76b644e3bb20f5e0d628802d7973f9dd39db3e60c99742e4965925864d4184

Contents?: true

Size: 433 Bytes

Versions: 3

Compression:

Stored size: 433 Bytes

Contents

- content_for :page_header do
  = page_header resource.to_s do
    = content_locale_switch(resource)
  
= 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/edit.html.haml
app_frame-0.5.7 app/views/application/edit.html.haml
app_frame-0.5.6 app/views/application/edit.html.haml