Sha256: d3277d6a8e9e2fc4075a88c8e520f22085d8c4b2c642ab5a4b4f7ed14f088464

Contents?: true

Size: 610 Bytes

Versions: 1

Compression:

Stored size: 610 Bytes

Contents

<h1 class="text-center">
  <%= singular_table_name.titleize %> - <%%= @<%= singular_table_name %>.to_title %>
</h1>

<div class="text-center">
  <%%= link_to 'Edit', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>) %> |
  <%%= link_to 'Back', <%= index_helper %>_path %>
</div>

<section class="small-8 small-offset-2
  medium-6 medium-offset-3
  large-4 large-offset-4 columns">
<% attributes.reject(&:password_digest?).each do |attribute| -%>
  <p>
    <strong><%= attribute.human_name %>:</strong>
    <%%= @<%= singular_table_name %>.<%= attribute.name %> %>
  </p>
<% end -%>
</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
silmarails-0.2.0 lib/generators/silmarails/install/files/foundation/templates/erb/scaffold/show.html.erb