app/services/sufia/workflow/pending_review_notification.rb in sufia-7.3.0.rc3 vs app/services/sufia/workflow/pending_review_notification.rb in sufia-7.3.0
- old
+ new
@@ -6,10 +6,10 @@
def subject
'Deposit needs review'
end
def message
- "#{title} (#{work_id}) was deposited by #{user.user_key} and is awaiting approval #{comment}"
+ "#{title} (#{link_to work_id, document_path}) was deposited by #{user.user_key} and is awaiting approval #{comment}"
end
private
def users_to_notify