Sha256: 812d35fecca00683bc40c08979ff843de12543c2bb382cbc780aa08ff802d0f8

Contents?: true

Size: 479 Bytes

Versions: 12

Compression:

Stored size: 479 Bytes

Contents

%h1.heading
  = "Editing <%= singular_name %> %s" % <%= resource_instance %>.id
  
<% if options[:formtastic] -%>
- semantic_form_for(<%= resource_instance %>) do |form|
  = render 'form', :form => form
  - form.buttons do
    = form.commit_button 'Update'
<% else -%>
- form_for(<%= resource_instance %>) do |form|
  = form.error_messages
  = render 'form', :form => form
  %p.buttons
    = form.submit 'Update'
<% end -%>
    
%p.actions
  = link_to 'Cancel', <%= index_path %>

Version data entries

12 entries across 12 versions & 6 rubygems

Version Path
akitaonrails-dry_scaffold-0.3.3 generators/dry_scaffold/templates/views/haml/edit.html.haml
grimen-dry_scaffold-0.3.0 generators/dry_scaffold/templates/views/haml/edit.html.haml
grimen-dry_scaffold-0.3.1 generators/dry_scaffold/templates/views/haml/edit.html.haml
grimen-dry_scaffold-0.3.2 generators/dry_scaffold/templates/views/haml/edit.html.haml
grimen-dry_scaffold-0.3.3 generators/dry_scaffold/templates/views/haml/edit.html.haml
grimen-dry_scaffold-0.3.4 generators/dry_scaffold/templates/views/haml/edit.html.haml
grimen-dry_scaffold-0.3.5 generators/dry_scaffold/templates/views/haml/edit.html.haml
pelle-dry_scaffold-0.3.5 generators/dry_scaffold/templates/views/haml/edit.html.haml
dry_scaffold-0.3.7 generators/dry_scaffold/templates/views/haml/edit.html.haml
dry_scaffold-0.3.6 generators/dry_scaffold/templates/views/haml/edit.html.haml
blakechambers-dry_scaffold-0.3.6 generators/dry_scaffold/templates/views/haml/edit.html.haml
michel-dry_scaffold-0.3.5 generators/dry_scaffold/templates/views/haml/edit.html.haml