Sha256: 41da11b221d95207f6b4bbf3ae839e1c9c3a954896994ff6cbe0a32a70458397

Contents?: true

Size: 1.06 KB

Versions: 40

Compression:

Stored size: 1.06 KB

Contents

<%%- model_class = <%= resource_name.classify %> -%>
<div class="page-header">
  <h1><%%=t '.title', :default => model_class.model_name.human %></h1>
</div>

<dl class="dl-horizontal">
<%- columns.each do |column| -%>
  <dt><strong><%%= model_class.human_attribute_name(:<%= column.name %>) %>:</strong></dt>
  <dd><%%= @<%= resource_name %>.<%= column.name %> %></dd>
<%- end -%>
</dl>

<div class="form-actions">
  <%%= link_to t('.back', :default => t("helpers.links.back")),
              <%= controller_routing_path %>_path, :class => 'btn'  %>
  <%%= link_to t('.edit', :default => t("helpers.links.edit")),
              edit_<%= singular_controller_routing_path %>_path(@<%= resource_name %>), :class => 'btn' %>
  <%%= link_to t('.destroy', :default => t("helpers.links.destroy")),
              <%= singular_controller_routing_path %>_path(@<%= resource_name %>),
              :method => 'delete',
              :data => { :confirm => t('.confirm', :default => t("helpers.links.confirm", :default => 'Are you sure?')) },
              :class => 'btn btn-danger' %>
</div>

Version data entries

40 entries across 40 versions & 7 rubygems

Version Path
twitter-bootswatch-rails-3.1.1.0 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-3.1.0.4 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-3.1.0.3 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-3.1.0.1 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-3.1.0.0 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-3.0.3.0 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-3.0.2.0 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-3.0.1.0 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-3.0.0.2 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-3.0.0.0 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-2.3.2.8 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-2.3.2.7 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-2.3.2.6 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-2.3.2.5 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-2.3.2.4 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-2.3.2.3 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-2.3.2.2 lib/generators/bootswatch/themed/templates/show.html.erb
twitter-bootswatch-rails-2.3.2.0 lib/generators/bootswatch/themed/templates/show.html.erb
bootstrap-sass-extras-0.0.2 lib/generators/bootstrap/themed/templates/show.html.erb
twitter-bootswatch-rails-2.3.1.2 lib/generators/bootswatch/themed/templates/show.html.erb