Sha256: 182c63ba92989fda88b760cda84a6c2a3a808cbabad83a01a78f6314cfe7d286

Contents?: true

Size: 426 Bytes

Versions: 10

Compression:

Stored size: 426 Bytes

Contents

<%% add_title :showing.l(name: '<%= singular_table_name.titleize %>') %>
<dl>
<% attributes.reject(&:password_digest?).each do |attribute| -%>
  <dt><%= attribute.human_name %>:</dt>
  <dd><%%= @<%= singular_table_name %>.<%= attribute.name %> %></dd>
<% end -%>
</dl>
<p>
  <%%= link_to :edit.l, edit_<%= singular_table_name %>_path(@<%= singular_table_name %>) %>
  |
  <%%= link_to :back.l, <%= index_helper %>_path %>
</p>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.14 lib/templates/erb/scaffold/show.html.erb
bootstrap_leather-0.10.13 lib/templates/erb/scaffold/show.html.erb
bootstrap_leather-0.10.11 lib/templates/erb/scaffold/show.html.erb
bootstrap_leather-0.10.10 lib/templates/erb/scaffold/show.html.erb
bootstrap_leather-0.10.9 lib/templates/erb/scaffold/show.html.erb
bootstrap_leather-0.10.8 lib/templates/erb/scaffold/show.html.erb
bootstrap_leather-0.10.7 lib/templates/erb/scaffold/show.html.erb
bootstrap_leather-0.10.6 lib/templates/erb/scaffold/show.html.erb
bootstrap_leather-0.10.5 lib/templates/erb/scaffold/show.html.erb
bootstrap_leather-0.10.4 lib/templates/erb/scaffold/show.html.erb