Commit 1b9b8609

mo k <mo@mokhan.ca>
2012-06-09 04:07:34
make delete button red.
1 parent 95f6f30
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>