Sha256: f1f6515e32478d65dec0840da0e37bd0f18b619009a614d90d8b77440f33aa24

Contents?: true

Size: 1.05 KB

Versions: 14

Compression:

Stored size: 1.05 KB

Contents

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

<%%= link_to t('.back', :default => t("helpers.links.back")),
              <%= controller_routing_path %>_path, :class => 'btn btn-default'  %>
<%%= link_to t('.edit', :default => t("helpers.links.edit")),
              edit_<%= singular_controller_routing_path %>_path(@<%= resource_name %>), :class => 'btn btn-default' %>
<%%= 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' %>

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
twitter-bootstrap-rails-5.0.0 lib/generators/bootstrap/themed/templates/show.html.erb
twitter-bootstrap-rails-4.0.0 lib/generators/bootstrap/themed/templates/show.html.erb
twitter-bootstrap-rails-3.2.2 lib/generators/bootstrap/themed/templates/show.html.erb
railsstrap-3.3.4 lib/generators/railsstrap/themed/templates/show.html.erb
railsstrap-3.3.2 lib/generators/railsstrap/themed/templates/show.html.erb
twitter-bootstrap-rails-3.2.1.rc1 lib/generators/bootstrap/themed/templates/show.html.erb
railsstrap-3.3.1 lib/generators/railsstrap/themed/templates/show.html.erb
railsstrap-3.3.0 lib/generators/railsstrap/themed/templates/show.html.erb
railsstrap-3.2.0.3 lib/generators/railsstrap/themed/templates/show.html.erb
railsstrap-3.2.0.2 lib/generators/railsstrap/themed/templates/show.html.erb
railsstrap-3.2.0.1 lib/generators/railsstrap/themed/templates/show.html.erb
twitter-bootstrap-rails-3.2.0 lib/generators/bootstrap/themed/templates/show.html.erb
twitter-bootstrap3-rails-3.2.7.1 lib/generators/bootstrap/themed/templates/show.html.erb
twitter-bootstrap3-rails-3.2.7 lib/generators/bootstrap/themed/templates/show.html.erb