Sha256: c91cd963d06a136722d6882aa1b6a3a24222caa2543a6c0f937cd7c0a5a754f1

Contents?: true

Size: 618 Bytes

Versions: 15

Compression:

Stored size: 618 Bytes

Contents

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

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

  <%- end -%>
</dl>

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
prefab-1.0.3.1 lib/generators/prefab/templates/lib/templates/erb/scaffold/show.html.erb
bootstrap-generators-3.3.1 lib/generators/bootstrap/install/templates/lib/templates/erb/scaffold/show.html.erb
bootstrap-generators-3.2.0 lib/generators/bootstrap/install/templates/lib/templates/erb/scaffold/show.html.erb
bootstrap-generators-3.1.1.3 lib/generators/bootstrap/install/templates/lib/templates/erb/scaffold/show.html.erb
mo_page-0.0.2 lib/templates/erb/scaffold/show.html.erb
prefab-1.0.0 lib/prefab/install/templates/lib/templates/erb/scaffold/show.html.erb
bootstrap-generators-3.1.1.2 lib/generators/bootstrap/install/templates/lib/templates/erb/scaffold/show.html.erb
bootstrap-generators-3.1.1.1 lib/generators/bootstrap/install/templates/lib/templates/erb/scaffold/show.html.erb
bootstrap-generators-3.1.1 lib/generators/bootstrap/install/templates/lib/templates/erb/scaffold/show.html.erb
bootstrap-generators-3.1.0 lib/generators/bootstrap/install/templates/lib/templates/erb/scaffold/show.html.erb
bootstrap-generators-3.0.2.2 lib/generators/bootstrap/install/templates/lib/templates/erb/scaffold/show.html.erb
bootstrap-generators-3.0.2.1 lib/generators/bootstrap/install/templates/lib/templates/erb/scaffold/show.html.erb
bootstrap-generators-3.0.2 lib/generators/bootstrap/install/templates/lib/templates/erb/scaffold/show.html.erb
bootstrap-generators-3.0.0.1 lib/generators/bootstrap/install/templates/lib/templates/erb/scaffold/show.html.erb
bootstrap-generators-3.0.0 lib/generators/bootstrap/install/templates/lib/templates/erb/scaffold/show.html.erb