Sha256: 275f402a3781f3759e60e2cf5a6345ec3b5df9c9541e2fa4457aecf05d174eb2

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

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

%p
  = link_to 'Edit', edit_<%= controller_member_path %>_path(@<%= controller_singular_name %>)
  |
  = link_to 'Back', <%= controller_collection_path %>_path()

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sob-shoulda_generator-0.2.1 rails_generators/shoulda_scaffold/templates/haml/show.html.haml