If action link is not found, return nil.

This commit is contained in:
Marin Jankovski 2015-11-25 13:53:02 +01:00
parent 7da750cc30
commit 5613592727
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ module EmailsHelper
return "View #{action.humanize.singularize}"
end
end
nil
end
def color_email_diff(diffcontent)