Sha256: 37005b4fbfb987bc1e95996054a6a8c5eb3a36ff669a8ece222e373830542e6f

Contents?: true

Size: 554 Bytes

Versions: 10

Compression:

Stored size: 554 Bytes

Contents

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

<dl>
  <%- attributes.each do |attribute| -%>
  <dt><%= attribute.human_name %>:</dt>
  <dd><%%= @<%= singular_table_name %>.<%= attribute.name %> %></dd>

  <%- end -%>
</dl>

Version data entries

10 entries across 10 versions & 1 rubygems

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