diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-10-03 15:17:58 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-10-03 15:17:58 +0000 |
commit | ac6aaf3f67a440ba2ffa44b4749ac66aab4311f0 (patch) | |
tree | bce68b34bdc4a184cc1a9aa749afe1d741cae88e /app/views/mailer/issue_edit.html.erb | |
parent | ee5f712e8990e1bd5a19d74994b3c632377822c7 (diff) | |
download | redmine-ac6aaf3f67a440ba2ffa44b4749ac66aab4311f0.tar.gz redmine-ac6aaf3f67a440ba2ffa44b4749ac66aab4311f0.zip |
Rails3: mail: rename app/views/mailer/_issue_text_html.rhtml to app/views/mailer/_issue.html.erb (#6317)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7567 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer/issue_edit.html.erb')
-rw-r--r-- | app/views/mailer/issue_edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/issue_edit.html.erb b/app/views/mailer/issue_edit.html.erb index 05c67208e..53bd089e6 100644 --- a/app/views/mailer/issue_edit.html.erb +++ b/app/views/mailer/issue_edit.html.erb @@ -8,4 +8,4 @@ <%= textilizable(@journal, :notes, :only_path => false) %> <hr /> -<%= render :partial => "issue_text_html", :locals => { :issue => @issue, :issue_url => @issue_url } %> +<%= render :partial => "issue.html.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %> |