summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/issue_add.html.erb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-06-06 07:32:40 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-06-06 07:32:40 +0000
commit391140d280dc636794748d341d9c676ea61cd217 (patch)
tree1be75b604626abdd63b0e89e821c409f74052098 /app/views/mailer/issue_add.html.erb
parent03c87f3db142b8a085f141b48f6d082a672624e2 (diff)
downloadredmine-391140d280dc636794748d341d9c676ea61cd217.tar.gz
redmine-391140d280dc636794748d341d9c676ea61cd217.zip
Set a max width to html email content (#16535).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14300 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer/issue_add.html.erb')
-rw-r--r--app/views/mailer/issue_add.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/issue_add.html.erb b/app/views/mailer/issue_add.html.erb
index 99fd08d14..209b0286d 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)) %>
+<p class="author"><%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %></p>
<hr />
<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :users => @users, :issue_url => @issue_url } %>