Sha256: 0069495e89bb8d17379c6e05eec6c29527ba26ea7144fce77f7db235daa81051

Contents?: true

Size: 711 Bytes

Versions: 28

Compression:

Stored size: 711 Bytes

Contents

<%- columns.each do |column| -%>
%label{:class => "label"}= t("activerecord.attributes.<%= singular_controller_routing_path %>.<%= column.name %>", :default => t("activerecord.labels.<%= column.name %>", :default => "<%= column.name.humanize %>")) + ":"
%p= @<%= resource_name %>.<%= column.name %>
<%- end -%>

.form-actions
  = link_to "Back", <%= controller_routing_path %>_path, :class => 'btn'
  = link_to "Edit", edit_<%= singular_controller_routing_path %>_path(@<%= resource_name %>), :class => 'btn'
  = link_to "Delete", <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :method => "delete", :confirm => "#{t("web-app-theme.confirm", :default => "Are you sure?")}", :class => 'btn'

Version data entries

28 entries across 28 versions & 4 rubygems

Version Path
bootstrapped-rails-2.0.9.rc2 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.9.rc1 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.8.5 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.8.4 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.8.3 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.8.2 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.8.1 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.8 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.7.9 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.7.8 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.7.7 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.7.6 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.7.5 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.7.4 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.7.3 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.7.2 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.7.1 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.7 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.6 lib/generators/bootstrapped/themed/templates/show.html.haml
bootstrapped-rails-2.0.5 lib/generators/bootstrapped/themed/templates/show.html.haml