Sha256: 264f8503598366a4a3a4511c7b5234775543344094b126326a799c473d04af3c

Contents?: true

Size: 303 Bytes

Versions: 10

Compression:

Stored size: 303 Bytes

Contents

%h1 Editing <%= singular_name.humanize %>
= error_message_on :financial_plan, :base
- form_for(@<%= singular_name %>) do |form|
  = render :partial => 'form', :locals => {:form => form}
  %p= form.submit 'Update'

%p
  = link_to 'Show', @<%= singular_name %>
  = link_to 'Back', <%= plural_name %>_path

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
stefanpenner-my_generator-0.1.1 rails_generators/shoulda_scaffold/templates/haml/edit.html.haml
stefanpenner-my_generator-0.1.2 rails_generators/my_scaffold/templates/haml/edit.html.haml
stefanpenner-my_generator-0.1.3 rails_generators/my_scaffold/templates/haml/edit.html.haml
stefanpenner-my_scaffold-0.1.3 rails_generators/my_scaffold/templates/haml/edit.html.haml
stefanpenner-my_scaffold-1.0.0 generators/my_scaffold/templates/haml/edit.html.haml
stefanpenner-my_scaffold-1.1.0 generators/my_scaffold/templates/haml/edit.html.haml
stefanpenner-my_scaffold-1.2.0 generators/my_scaffold/templates/haml/edit.html.haml
stefanpenner-my_scaffold-1.2.1 generators/my_scaffold/templates/haml/edit.html.haml
stefanpenner-my_scaffold-1.4.0 generators/my_scaffold/templates/haml/edit.html.haml
stefanpenner-my_scaffold-1.4.1 generators/my_scaffold/templates/haml/edit.html.haml