Sha256: 62da32fe445ecd090d97000b23485532274e632401539c875ee596aa678f6d67

Contents?: true

Size: 437 Bytes

Versions: 10

Compression:

Stored size: 437 Bytes

Contents

.page-header
  = link_to <%= index_helper %>_path, :class => 'btn' do
    %i.icon-list-alt
    Back
  = link_to edit_<%= singular_table_name %>_path(@<%= singular_table_name %>), :class => 'btn btn-primary' do
    %i.icon-pencil.icon-white
    Edit
  %h1 Listing <%= plural_table_name %>

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootstrap-generators-2.3.2 lib/generators/bootstrap/install/templates/lib/templates/haml/scaffold/show.html.haml
bootstrap-generators-2.3.1.2 lib/generators/bootstrap/install/templates/lib/templates/haml/scaffold/show.html.haml
bootstrap-generators-2.3.1.1 lib/generators/bootstrap/install/templates/lib/templates/haml/scaffold/show.html.haml
bootstrap-generators-2.3.1 lib/generators/bootstrap/install/templates/lib/templates/haml/scaffold/show.html.haml
bootstrap-generators-2.2.2 lib/generators/bootstrap/install/templates/lib/templates/haml/scaffold/show.html.haml
bootstrap-generators-2.2.1 lib/generators/bootstrap/install/templates/lib/templates/haml/scaffold/show.html.haml
bootstrap-generators-2.1.1 lib/generators/bootstrap/install/templates/lib/templates/haml/scaffold/show.html.haml
bootstrap-generators-2.0.4 lib/generators/bootstrap/install/templates/lib/templates/haml/scaffold/show.html.haml
bootstrap-generators-2.0.1 lib/generators/bootstrap/install/templates/lib/templates/haml/scaffold/show.html.haml
bootstrap-generators-2.0.0 lib/generators/bootstrap/install/templates/lib/templates/haml/scaffold/show.html.haml