summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/issue_add.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/mailer/issue_add.html.erb')
-rw-r--r--app/views/mailer/issue_add.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/issue_add.html.erb b/app/views/mailer/issue_add.html.erb
index fb4a2dab6..99fd08d14 100644
--- a/app/views/mailer/issue_add.html.erb
+++ b/app/views/mailer/issue_add.html.erb
@@ -1,3 +1,3 @@
<%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %>
<hr />
-<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :issue_url => @issue_url } %>
+<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :users => @users, :issue_url => @issue_url } %>