view .svn/pristine/c2/c2fe0492869882e0e1f91f746a29fa8ca653bf0c.svn-base @ 1532:a0460a3d154f cannam

Toward getting the user id for a committer by name as well as login/email
author Chris Cannam
date Wed, 11 Feb 2015 13:13:03 +0000
parents 261b3d9a4903
children
line wrap: on
line source
<%= "#{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 -%>