app/views/actions/shared/_show.html.haml in artfully_ose-1.2.0.beta.1 vs app/views/actions/shared/_show.html.haml in artfully_ose-1.2.0.pre
- 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(@person, action, :format => :html), :class => "label edit-action-link"
\ No newline at end of file