mod/history/set/all/action_view.rb in card-1.20.4 vs mod/history/set/all/action_view.rb in card-1.21.0
- old
+ new
@@ -30,10 +30,10 @@
end
end
def content_diff action, view_type
diff = action.new_content? &&
- _render_content_changes(action: action, diff_type: view_type) #, hide_diff: @hide_diff
+ _render_content_changes(action: action, diff_type: view_type) # , hide_diff: @hide_diff
return "<i>empty</i>" unless diff.present?
diff
end
def action_from_params