summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/issue_edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/mailer/issue_edit.html.erb')
-rw-r--r--app/views/mailer/issue_edit.html.erb11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/mailer/issue_edit.html.erb b/app/views/mailer/issue_edit.html.erb
new file mode 100644
index 000000000..05c67208e
--- /dev/null
+++ b/app/views/mailer/issue_edit.html.erb
@@ -0,0 +1,11 @@
+<%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %>
+
+<ul>
+<% for detail in @journal.details %>
+ <li><%= show_detail(detail, true) %></li>
+<% end %>
+</ul>
+
+<%= textilizable(@journal, :notes, :only_path => false) %>
+<hr />
+<%= render :partial => "issue_text_html", :locals => { :issue => @issue, :issue_url => @issue_url } %>