Sha256: 256123d533038a657f43382a1197c9001b1d26dc91372c7d5c732a6ca9351848

Contents?: true

Size: 862 Bytes

Versions: 40

Compression:

Stored size: 862 Bytes

Contents

- model_class = <%= resource_name.classify %>
.page-header
  %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", :data => { :confirm => t('.confirm', :default => t("helpers.links.confirm", :default => 'Are you sure?')) }, :class => 'btn btn-danger'

Version data entries

40 entries across 40 versions & 7 rubygems

Version Path
bootstrap-sass-extras-0.0.1 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.2.6 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.2.5 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.2.4 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.2.3 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.2.1 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.2.0 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.1.9 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.1.8 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.1.7 lib/generators/bootstrap/themed/templates/show.html.haml
rbootstrap-1.1.2 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.1.6 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.1.5 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.1.4 lib/generators/bootstrap/themed/templates/show.html.haml
kube-rails-0.0.2 lib/generators/kube/themed/templates/show.html.haml
kube-rails-0.0.1 lib/generators/kube/themed/templates/show.html.haml
twitter-bootstrap-turbo-2.1.3 lib/generators/bootstrap/themed/templates/show.html.haml
cf-twitter-bootstrap-rails-2.1.3 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.1.3 lib/generators/bootstrap/themed/templates/show.html.haml
twitter-bootstrap-rails-2.1.2 lib/generators/bootstrap/themed/templates/show.html.haml