Sha256: 20331ffd2f3bb5eb54811422b626f353c8a516dabb8604c901a1b3c60c4be7a6

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

<dl>
<% for attribute in attributes -%>
  <dt><%= attribute.column.human_name %></dt>
  <dd><%%= h @<%= singular_name %>.<%= attribute.name %> %></dd>
<% end -%>
</dl>
 
<p>
  <%%= link_to 'Edit', edit_<%= singular_name %>_path(@<%= singular_name %>)%>
  |
  <%%= link_to 'Back', <%= plural_name %>_path %>
</p>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hardbap-coulda-0.4.0 generators/coulda_scaffold/templates/view/show.html.erb