Sha256: 399533f52587cc09fc2ae0d2eb095e225beae00bc644e224c7481dcfa36ab362

Contents?: true

Size: 892 Bytes

Versions: 4

Compression:

Stored size: 892 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'
  | &#xA0;
  = link_to t('.edit', :default => t("helpers.links.edit")), edit_<%= singular_controller_routing_path %>_path(@<%= resource_name %>), :class => 'btn btn-primary'
  | &#xA0;
  = 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

4 entries across 4 versions & 1 rubygems

Version Path
twitter-bootswatch-rails-3.3.4.0 lib/generators/bootswatch/themed/templates/show.html.slim
twitter-bootswatch-rails-3.3.2.0 lib/generators/bootswatch/themed/templates/show.html.slim
twitter-bootswatch-rails-3.2.0.0 lib/generators/bootswatch/themed/templates/show.html.slim
twitter-bootswatch-rails-3.1.1.1 lib/generators/bootswatch/themed/templates/show.html.slim