1 | NO CONTENT: file renamed from app/views/mailer/_issue_text_plain.rhtml to app/views/mailer/_issue.text.erb |
|
NO CONTENT: file renamed from app/views/mailer/_issue_text_plain.rhtml to app/views/mailer/_issue.text.erb |
@@ -1,4 +1,4 | |||||
1 | <%= l(:text_issue_added, :id => "##{@issue.id}", :author => @issue.author) %> |
|
1 | <%= l(:text_issue_added, :id => "##{@issue.id}", :author => @issue.author) %> | |
2 |
|
2 | |||
3 | ---------------------------------------- |
|
3 | ---------------------------------------- | |
4 |
<%= render :partial => "issue |
|
4 | <%= render :partial => "issue.text.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %> |
@@ -6,4 +6,4 | |||||
6 |
|
6 | |||
7 | <%= @journal.notes if @journal.notes? %> |
|
7 | <%= @journal.notes if @journal.notes? %> | |
8 | ---------------------------------------- |
|
8 | ---------------------------------------- | |
9 |
<%= render :partial => "issue |
|
9 | <%= render :partial => "issue.text.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %> |
General Comments 0
You need to be logged in to leave comments.
Login now