Sha256: 394ed53ce8cfe42e3a2d7a9c9e76f3001ece741fc0b8b2a2ff93df028600a9d9

Contents?: true

Size: 384 Bytes

Versions: 9

Compression:

Stored size: 384 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 %>
<% end -%>
%p
  = link_to :edit.l, edit_<%= singular_table_name %>_path(@<%= singular_table_name %>)
  |
  = link_to :back.l, <%= index_helper %>_path

Version data entries

9 entries across 9 versions & 1 rubygems

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