|
1 | NO CONTENT: file renamed from app/views/mailer/_issue_text_html.rhtml to app/views/mailer/_issue.html.erb |
@@ -1,3 +1,3 | |||
|
1 | 1 | <%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %> |
|
2 | 2 | <hr /> |
|
3 |
<%= render :partial => "issue |
|
|
3 | <%= render :partial => "issue.html.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %> |
@@ -8,4 +8,4 | |||
|
8 | 8 | |
|
9 | 9 | <%= textilizable(@journal, :notes, :only_path => false) %> |
|
10 | 10 | <hr /> |
|
11 |
<%= render :partial => "issue |
|
|
11 | <%= render :partial => "issue.html.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %> |
General Comments 0
You need to be logged in to leave comments.
Login now