Fix issue url within mail notifications

This commit is contained in:
Alexander Meindl 2016-06-16 17:17:07 +02:00
parent a8f403fcbf
commit 91ecc0163e

View File

@ -47,8 +47,7 @@ module RedmineTweaks
end
if options[:format].blank? || options[:format] != 'text'
link_to(text, issue_url(issue, only_path: true),
class: issue.css_classes)
link_to(text, issue_url(issue), class: issue.css_classes)
else
text
end