summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-26 18:47:49 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-26 18:47:49 +0000
commit508b0bbb8edf1423160021db6a4844a0d957c476 (patch)
tree1ff1e7769160fb919dfeaeb0a54c0bb4f009c3f8 /app/views
parent3937caeb3c8fe87763e19c179d418949fb31dc61 (diff)
downloadredmine-508b0bbb8edf1423160021db6a4844a0d957c476.tar.gz
redmine-508b0bbb8edf1423160021db6a4844a0d957c476.zip
* Updated Spanish translation (Gumer Coronel Pérez)
* Fixed mailer test errors git-svn-id: http://redmine.rubyforge.org/svn/trunk@932 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/mailer/message_posted.text.html.rhtml2
-rw-r--r--app/views/mailer/message_posted.text.plain.rhtml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/mailer/message_posted.text.html.rhtml b/app/views/mailer/message_posted.text.html.rhtml
index 558a6e52a..837272c0a 100644
--- a/app/views/mailer/message_posted.text.html.rhtml
+++ b/app/views/mailer/message_posted.text.html.rhtml
@@ -1,4 +1,4 @@
<h1><%=h @message.board.project.name %> - <%=h @message.board.name %>: <%= link_to @message.subject, @message_url %></h1>
-<em><%= @message.author.name %></em>
+<em><%= @message.author %></em>
<%= textilizable @message.content %>
diff --git a/app/views/mailer/message_posted.text.plain.rhtml b/app/views/mailer/message_posted.text.plain.rhtml
index cc1120567..ef6a3b3ae 100644
--- a/app/views/mailer/message_posted.text.plain.rhtml
+++ b/app/views/mailer/message_posted.text.plain.rhtml
@@ -1,4 +1,4 @@
<%= @message_url %>
-<%= @message.author.name %>
+<%= @message.author %>
<%= @message.content %>