Sha256: f00138cc5069aaa45e538117580410fc342f9f406e84502b29e7e157ec7a6d2d

Contents?: true

Size: 1.18 KB

Versions: 24

Compression:

Stored size: 1.18 KB

Contents

<%% content_for :content_header  do %>
  <section class="content-header">
    <h1>Show <small><%= singular_table_name %></small></h1>

    <ol class="breadcrumb">
      <li><a href="/"><i class="fa fa-dashboard"></i> Home</a></li>
      <li><%%= link_to "<%= plural_table_name.capitalize %>", <%= plural_table_name %>_path %></li>
      <li class="active">Show</li>
    </ol>
  </section>
<%% end %>

<section class="content">
  <div class="row">
    <div class="col-md-12">
      <div class="box box-primary">
        <div class="box-header">
          <div class="box-tools pull-right">
            <%%= link_to edit_<%= singular_table_name %>_path(@<%= singular_table_name %>), :class => 'btn btn-primary' do %>
              <span class="glyphicon glyphicon-pencil"></span>
              Edit
            <%% end %>          
          </div>
        </div>
        <div class="box-body">
          <dl class="dl-horizontal">
            <%- attributes.each do |attribute| -%>
            <dt><%= attribute.human_name %>:</dt>
            <dd><%%= @<%= singular_table_name %>.<%= attribute.name %> %></dd>

            <%- end -%>
          </dl>
        </div>
      </div>
    </div>
  </div>
</section>

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phcmembers-2.2.0 lib/templates/erb/scaffold/show.html.erb
phcmembers-2.1.3 lib/templates/erb/scaffold/show.html.erb
phcmembers-2.1.2 lib/templates/erb/scaffold/show.html.erb
phcmembers-2.1.1 lib/templates/erb/scaffold/show.html.erb
phcmembers-2.1.0 lib/templates/erb/scaffold/show.html.erb
phcmembers-2.0.0 lib/templates/erb/scaffold/show.html.erb
phcmembers-1.9.9 lib/templates/erb/scaffold/show.html.erb
phcmembers-1.9.5 lib/templates/erb/scaffold/show.html.erb
phcmembers-1.9.0 lib/templates/erb/scaffold/show.html.erb
phcmembers-1.8.1 lib/templates/erb/scaffold/show.html.erb
phcmembers-1.8.0 lib/templates/erb/scaffold/show.html.erb
phcmembers-1.7.8 lib/templates/erb/scaffold/show.html.erb
phcmembers-1.7.6 lib/templates/erb/scaffold/show.html.erb
phcmembers-1.7.5 lib/templates/erb/scaffold/show.html.erb
phcmembers-1.7.0 lib/templates/erb/scaffold/show.html.erb
phcmembers-1.6.0 lib/templates/erb/scaffold/show.html.erb
adminlte-generators-0.2.4 lib/generators/adminlte/install/templates/lib/templates/erb/scaffold/show.html.erb
adminlte-generators-0.2.3 lib/generators/adminlte/install/templates/lib/templates/erb/scaffold/show.html.erb
adminlte-generators-0.2.2 lib/generators/adminlte/install/templates/lib/templates/erb/scaffold/show.html.erb
adminlte-generators-0.2.1 lib/generators/adminlte/install/templates/lib/templates/erb/scaffold/show.html.erb