Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
14
app/views/mailer/_issue.html.erb
Normal file
14
app/views/mailer/_issue.html.erb
Normal file
|
@ -0,0 +1,14 @@
|
|||
<h1><%= link_to("#{issue.tracker.name} ##{issue.id}: #{issue.subject}", issue_url) %></h1>
|
||||
|
||||
<%= render_email_issue_attributes(issue, users.first, true) %>
|
||||
|
||||
<%= textilizable(issue, :description, :only_path => false) %>
|
||||
|
||||
<% if issue.attachments.any? %>
|
||||
<fieldset class="attachments"><legend><%= l(:label_attachment_plural) %></legend>
|
||||
<% issue.attachments.each do |attachment| %>
|
||||
<%= link_to_attachment attachment, :download => true, :only_path => false %>
|
||||
(<%= number_to_human_size(attachment.filesize) %>)<br />
|
||||
<% end %>
|
||||
</fieldset>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue