Commit 1b9b8609
Changed files (1)
app
views
creations
app/views/creations/edit.html.erb
@@ -21,7 +21,7 @@
<div class="thumbnail">
<%= image_tag photo.image_url(:thumb) %>
<div class="caption">
- <p><%= link_to "Delete »", creation_photo_path(@creation, photo), :class => 'btn', :method => :delete, :confirm => "Are you sure?" %></p>
+ <p><%= link_to "Delete", creation_photo_path(@creation, photo), :class => 'btn btn-danger', :method => :delete, :confirm => "Are you sure?" %></p>
</div>
</div>
</li>