Sha256: 8f586fc63546ceb8a672c31ad4182333300052f8f9f03918f4fbfb85775c2f16

Contents?: true

Size: 832 Bytes

Versions: 3

Compression:

Stored size: 832 Bytes

Contents

- model_class = @<%= resource_name %>.class
%h1=t '.title', :default => model_class.model_name.human

<%- columns.each do |column| -%>
%p
  %strong= model_class.human_attribute_name(:<%= column.name %>) + ':'
  %br
  = @<%= resource_name %>.<%= column.name %>
<%- end -%>

.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", :confirm => t('.confirm', :default => t("helpers.links.confirm", :default => 'Are you sure?')), :class => 'btn btn-danger'

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
twitter-bootstrap-rails-ajax-0.0.1 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.0.7 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.0.6 lib/generators/bootstrap/themed/templates/show.html.haml