mod/history/set/all/action_view.rb in card-1.92.2 vs mod/history/set/all/action_view.rb in card-1.93.0

- old
+ new

@@ -53,10 +53,10 @@ def toggle_action_content_link action, view_type other_view_type = view_type == :expanded ? :summary : :expanded link_to_view "action_#{other_view_type}", icon_tag(arrow_dir(view_type)), - class: "slotter revision-#{action.card_act_id} pull-right", + class: "slotter revision-#{action.card_act_id} float-right", path: { action_id: action.id, look_in_trash: true } end def arrow_dir view_type view_type == :expanded ? :triangle_left : :triangle_right