]> source.dussan.org Git - redmine.git/commitdiff
fixed french issue_edit mail template
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Jan 2007 19:59:39 +0000 (19:59 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Jan 2007 19:59:39 +0000 (19:59 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@203 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/mailer/issue_edit_fr.rhtml

index 9edacb703aed4231775384a42151b5162624077b..d86f29c2560844a7203b57a62e4fe0b72e4e2eb8 100644 (file)
@@ -1,8 +1,8 @@
 La demande #<%= @issue.id %> a été mise à jour.\r
-<%= @journal.user.name %> - <%= format_date(@journal.created_on) %>\r
+<%= @journal.user.name %>\r
 <% for detail in @journal.details %>\r
 <%= show_detail(detail, true) %>\r
 <% end %>\r
-<%= journal.notes if journal.notes? %>\r
+<%= @journal.notes if @journal.notes? %>\r
 ----------------------------------------\r
 <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
\ No newline at end of file