diff options
Diffstat (limited to 'app/views/mailer/issue_edit_pt-br.rhtml')
-rw-r--r-- | app/views/mailer/issue_edit_pt-br.rhtml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/mailer/issue_edit_pt-br.rhtml b/app/views/mailer/issue_edit_pt-br.rhtml new file mode 100644 index 000000000..8f7c5ea4c --- /dev/null +++ b/app/views/mailer/issue_edit_pt-br.rhtml @@ -0,0 +1,8 @@ +Tarefa #<%= @issue.id %> foi alterada.
+<%= @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 |