Skip to content

Commit

Permalink
Merge pull request #140 from ErebusBat/master
Browse files Browse the repository at this point in the history
Small HAML bugfix
  • Loading branch information
seyhunak committed Mar 9, 2012
2 parents cac6ac5 + 5197116 commit 96490ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/bootstrap/themed/templates/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
.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'
= link_to "Delete", <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :method => "delete", :confirm => "#{t("web-app-theme.confirm", :default => "Are you sure?")}", :class => 'btn btn-danger'

0 comments on commit 96490ac

Please sign in to comment.