Allow macros in watcher added notifications

pull/3416/head
Alexander Bach 9 years ago
parent dc3eac9133
commit 48c19b3124
  1. 5
      app/views/user_mailer/work_package_watcher_added.html.erb

@ -30,5 +30,8 @@ See doc/COPYRIGHT.rdoc for more details.
<hr />
<%= render partial: 'issue_details', locals: { issue: @issue } %>
<p>
<%= t(:text_latest_note, note: last_issue_note(@issue)) %>
<%= format_text(t(:text_latest_note, note: last_issue_note(@issue)),
only_path: false,
object: @issue,
project: @issue.project) %>
</p>

Loading…
Cancel
Save