##// END OF EJS Templates
Rails3: mail: rename app/views/mailer/_issue_text_html.rhtml to app/views/mailer/_issue.html.erb (#6317)...
Toshi MARUYAMA -
r7447:ac6aaf3f67a4
parent child
Show More
1 NO CONTENT: file renamed from app/views/mailer/_issue_text_html.rhtml to app/views/mailer/_issue.html.erb
NO CONTENT: file renamed from app/views/mailer/_issue_text_html.rhtml to app/views/mailer/_issue.html.erb
@@ -1,3 +1,3
1 <%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %>
1 <%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %>
2 <hr />
2 <hr />
3 <%= render :partial => "issue_text_html", :locals => { :issue => @issue, :issue_url => @issue_url } %>
3 <%= render :partial => "issue.html.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %>
@@ -8,4 +8,4
8
8
9 <%= textilizable(@journal, :notes, :only_path => false) %>
9 <%= textilizable(@journal, :notes, :only_path => false) %>
10 <hr />
10 <hr />
11 <%= render :partial => "issue_text_html", :locals => { :issue => @issue, :issue_url => @issue_url } %>
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