Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
13
app/views/mailer/_issue.text.erb
Normal file
13
app/views/mailer/_issue.text.erb
Normal file
|
@ -0,0 +1,13 @@
|
|||
<%= "#{issue.tracker.name} ##{issue.id}: #{issue.subject}" %>
|
||||
<%= issue_url %>
|
||||
|
||||
<%= render_email_issue_attributes(issue, users.first) %>
|
||||
----------------------------------------
|
||||
<%= issue.description %>
|
||||
|
||||
<% if issue.attachments.any? -%>
|
||||
---<%= l(:label_attachment_plural).ljust(37, '-') %>
|
||||
<% issue.attachments.each do |attachment| -%>
|
||||
<%= attachment.filename %> (<%= number_to_human_size(attachment.filesize) %>)
|
||||
<% end -%>
|
||||
<% end -%>
|
Loading…
Add table
Add a link
Reference in a new issue