|
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 } %> |
@@ -1,11 +1,11 | |||
|
1 | 1 | <%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %> |
|
2 | 2 | |
|
3 | 3 | <ul> |
|
4 | 4 | <% for detail in @journal.details %> |
|
5 | 5 | <li><%= show_detail(detail, true) %></li> |
|
6 | 6 | <% end %> |
|
7 | 7 | </ul> |
|
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