Mercurial > hg > soundsoftware-site
diff .svn/pristine/97/9729bb8a690abeccabc923cbe1d254b445f9f766.svn-base @ 1464:261b3d9a4903 redmine-2.4
Update to Redmine 2.4 branch rev 12663
author | Chris Cannam |
---|---|
date | Tue, 14 Jan 2014 14:37:42 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.svn/pristine/97/9729bb8a690abeccabc923cbe1d254b445f9f766.svn-base Tue Jan 14 14:37:42 2014 +0000 @@ -0,0 +1,14 @@ +<h1><%= link_to(h("#{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 %>