Sha256: a116db2213a4156ca724aa1ce00130748db12eb7b1da019918214e577bf1d9e6

Contents?: true

Size: 386 Bytes

Versions: 1

Compression:

Stored size: 386 Bytes

Contents

<% attributes.each do |attribute| -%>
<p>
  <strong><%= attribute.human_name %>:</strong>
  <%%= @<%= singular_table_name %>.<%= attribute.name %> %>
</p>

<% end -%>

<%%= link_to 'Edit', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>), class: 'btn btn-default' %>
<%%= link_to 'Back to <%= plural_table_name %>', <%= index_helper %>_path, class: 'btn btn-default' %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trireme-0.0.1 lib/trireme/templates/lib/templates/erb/scaffold/show.html.erb