diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-12 18:34:25 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-12 18:34:25 +0000 |
commit | 85f32b956fe59235a2d017b6648dd3407b01cc64 (patch) | |
tree | 07c640db26d012b3e150604817f93ce691986569 /app/views/mailer/issue_edit_it.rhtml | |
parent | 027bf93849e82ef3c60e4a3024db49d65f0fb3c9 (diff) | |
download | redmine-85f32b956fe59235a2d017b6648dd3407b01cc64.tar.gz redmine-85f32b956fe59235a2d017b6648dd3407b01cc64.zip |
added italian translation [Alessio Spadaro]
git-svn-id: http://redmine.rubyforge.org/svn/trunk@334 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer/issue_edit_it.rhtml')
-rw-r--r-- | app/views/mailer/issue_edit_it.rhtml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/mailer/issue_edit_it.rhtml b/app/views/mailer/issue_edit_it.rhtml new file mode 100644 index 000000000..4d2abb731 --- /dev/null +++ b/app/views/mailer/issue_edit_it.rhtml @@ -0,0 +1,8 @@ +L'anomalia #<%= @issue.id %> e' stata aggiornata. +<%= @journal.user.name %> +<% for detail in @journal.details %> +<%= show_detail(detail, true) %> +<% end %> +<%= @journal.notes if @journal.notes? %> +---------------------------------------- +<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
\ No newline at end of file |