Sha256: ec736576bc61ce22002bdbfc64614a28f23e19f8988227f6e46985b958778e42

Contents?: true

Size: 276 Bytes

Versions: 4

Compression:

Stored size: 276 Bytes

Contents

%dl
<% for attribute in attributes -%>
  %dt <%= attribute.column.human_name %>
  %dd= h @<%= singular_name %>.<%= attribute.name %>
<% end -%>

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

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
i18n_shoulda_generator-1.0.0 rails_generators/shoulda_scaffold/templates/haml/show.html.haml
shoulda_generator-1.3.4 rails_generators/shoulda_scaffold/templates/haml/show.html.haml
shoulda_generator-1.3.3 rails_generators/shoulda_scaffold/templates/haml/show.html.haml
shoulda_generator-1.3.2 rails_generators/shoulda_scaffold/templates/haml/show.html.haml