summaryrefslogtreecommitdiffstats
path: root/app/views/mailer
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-10-03 15:17:58 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-10-03 15:17:58 +0000
commitac6aaf3f67a440ba2ffa44b4749ac66aab4311f0 (patch)
treebce68b34bdc4a184cc1a9aa749afe1d741cae88e /app/views/mailer
parentee5f712e8990e1bd5a19d74994b3c632377822c7 (diff)
downloadredmine-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')
-rw-r--r--app/views/mailer/_issue.html.erb (renamed from app/views/mailer/_issue_text_html.rhtml)0
-rw-r--r--app/views/mailer/issue_add.html.erb2
-rw-r--r--app/views/mailer/issue_edit.html.erb2
3 files changed, 2 insertions, 2 deletions
diff --git a/app/views/mailer/_issue_text_html.rhtml b/app/views/mailer/_issue.html.erb
index 3d851d442..3d851d442 100644
--- a/app/views/mailer/_issue_text_html.rhtml
+++ b/app/views/mailer/_issue.html.erb
diff --git a/app/views/mailer/issue_add.html.erb b/app/views/mailer/issue_add.html.erb
index bc62306c1..2bceb7253 100644
--- a/app/views/mailer/issue_add.html.erb
+++ b/app/views/mailer/issue_add.html.erb
@@ -1,3 +1,3 @@
<%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %>
<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 } %>
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 } %>