Mercurial > hg > soundsoftware-site
comparison .svn/pristine/1e/1ec171c5d371f7815766568fcf1c2d5feb1a3958.svn-base @ 1296:038ba2d95de8 redmine-2.2
Fix redmine-2.2 branch update (add missing svn files)
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:05:06 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1296:038ba2d95de8 |
---|---|
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 %> |