app/views/actions/shared/_show.html.haml in artfully_ose-1.2.0 vs app/views/actions/shared/_show.html.haml in artfully_ose-1.3.0.pre1
- old
+ new
@@ -1,5 +1,5 @@
%p
= action.quip
= action.full_details
- if action.editable?
- = link_to "edit", edit_person_action_path(action.person, action, :format => :html), :class => "label edit-action-link"
+ = link_to "Edit", edit_person_action_path(action.person, action, :format => :html), :class => "btn btn-mini edit-action-link"