Mercurial > hg > soundsoftware-site
comparison .svn/pristine/c0/c0ff820f520e8207d7f4feecd9bcb5cb4d1da9b1.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 <h1><%= link_to(h("#{issue.tracker.name} ##{issue.id}: #{issue.subject}"), issue_url) %></h1> | |
2 | |
3 <ul> | |
4 <li><%=l(:field_author)%>: <%=h issue.author %></li> | |
5 <li><%=l(:field_status)%>: <%=h issue.status %></li> | |
6 <li><%=l(:field_priority)%>: <%=h issue.priority %></li> | |
7 <li><%=l(:field_assigned_to)%>: <%=h issue.assigned_to %></li> | |
8 <li><%=l(:field_category)%>: <%=h issue.category %></li> | |
9 <li><%=l(:field_fixed_version)%>: <%=h issue.fixed_version %></li> | |
10 <% issue.custom_field_values.each do |c| %> | |
11 <li><%=h c.custom_field.name %>: <%=h show_value(c) %></li> | |
12 <% end %> | |
13 </ul> | |
14 | |
15 <%= textilizable(issue, :description, :only_path => false) %> |