Mercurial > hg > soundsoftware-site
comparison .svn/pristine/0d/0da01fc24e804fb2e15e93cbb542b0add78e1cbc.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
1 <%= "#{issue.tracker.name} ##{issue.id}: #{issue.subject}" %> | |
2 <%= issue_url %> | |
3 | |
4 <%=l(:field_author)%>: <%= issue.author %> | |
5 <%=l(:field_status)%>: <%= issue.status %> | |
6 <%=l(:field_priority)%>: <%= issue.priority %> | |
7 <%=l(:field_assigned_to)%>: <%= issue.assigned_to %> | |
8 <%=l(:field_category)%>: <%= issue.category %> | |
9 <%=l(:field_fixed_version)%>: <%= issue.fixed_version %> | |
10 <% issue.custom_field_values.each do |c| %><%= c.custom_field.name %>: <%= show_value(c) %> | |
11 <% end %> | |
12 | |
13 <%= issue.description %> |