diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-28 19:59:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-28 19:59:39 +0000 |
commit | 18fd46ab6b9b8ef8173712ac1b9724123756da15 (patch) | |
tree | b42fb944e6cce33e9499f95f2b729ad1912c12e3 /app/views/mailer | |
parent | ec7ac956e46d4d0e0e7f1cb01755af29bfba9677 (diff) | |
download | redmine-18fd46ab6b9b8ef8173712ac1b9724123756da15.tar.gz redmine-18fd46ab6b9b8ef8173712ac1b9724123756da15.zip |
fixed french issue_edit mail template
git-svn-id: http://redmine.rubyforge.org/svn/trunk@203 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer')
-rw-r--r-- | app/views/mailer/issue_edit_fr.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/mailer/issue_edit_fr.rhtml b/app/views/mailer/issue_edit_fr.rhtml index 9edacb703..d86f29c25 100644 --- a/app/views/mailer/issue_edit_fr.rhtml +++ b/app/views/mailer/issue_edit_fr.rhtml @@ -1,8 +1,8 @@ La demande #<%= @issue.id %> a été mise à jour.
-<%= @journal.user.name %> - <%= format_date(@journal.created_on) %>
+<%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>
<% end %>
-<%= journal.notes if journal.notes? %>
+<%= @journal.notes if @journal.notes? %>
----------------------------------------
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
\ No newline at end of file |