To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / mailer / _issue.text.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (436 Bytes)

1
<%= "#{issue.tracker.name} ##{issue.id}: #{issue.subject}" %>
2
<%= issue_url %>
3

    
4
<%= render_email_issue_attributes(issue, users.first) %>
5
----------------------------------------
6
<%= issue.description %>
7

    
8
<% if issue.attachments.any? -%>
9
---<%= l(:label_attachment_plural).ljust(37, '-') %>
10
<% issue.attachments.each do |attachment| -%>
11
<%= attachment.filename %> (<%= number_to_human_size(attachment.filesize) %>)
12
<% end -%>
13
<% end -%>