Sha256: 41f2cd2824a163da4f9b7370e67f0b8f6d6c06cfdd1e04c4a1038d42253fb3b7

Contents?: true

Size: 284 Bytes

Versions: 2

Compression:

Stored size: 284 Bytes

Contents

%h1 
  = t("Editing") 
  <%= singular_name.humanize %>

- form_for(@<%= singular_name %>) do |form|
  = render :partial => 'form', :locals => {:form => form}
  %p= form.submit t('update')

%p
  = link_to t('show'), @<%= singular_name %>
  = link_to t('back'), <%= plural_name %>_path

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
i18n_shoulda_generator-1.0.0 rails_generators/shoulda_scaffold/templates/haml/edit.html.haml
shoulda_generator-1.3.4 rails_generators/shoulda_scaffold/templates/haml/edit.html.haml