Sha256: ee5b78584708f44761577492ff6c3e01e05610052a0b941c49663a9c9c4b64fb

Contents?: true

Size: 525 Bytes

Versions: 12

Compression:

Stored size: 525 Bytes

Contents

.container
  .page-header
    = link_to <%= index_helper %>_path, :class => 'btn btn-default' do
      %span.glyphicon.glyphicon-list-alt
      Back
    = link_to edit_<%= singular_table_name %>_path(@<%= singular_table_name %>), :class => 'btn btn-primary' do
      %span.glyphicon.glyphicon-pencil
      Edit
    %h1 Show <%= singular_table_name %>

  %dl.dl-horizontal
    <%- for attribute in attributes -%>
    %dt <%= attribute.human_name %>:
    %dd= @<%= singular_table_name %>.<%= attribute.name %>
    <%- end -%>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
happy_seed-0.0.21 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/show.html.haml
happy_seed-0.0.19 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/show.html.haml
happy_seed-0.0.18 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/show.html.haml
happy_seed-0.0.17 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/show.html.haml
happy_seed-0.0.16 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/show.html.haml
happy_seed-0.0.15 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/show.html.haml
happy_seed-0.0.14 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/show.html.haml
happy_seed-0.0.13 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/show.html.haml
happy_seed-0.0.12 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/show.html.haml
happy_seed-0.0.11 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/show.html.haml
happy_seed-0.0.10 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/show.html.haml
happy_seed-0.0.9 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/show.html.haml