diff app/views/mailer/_issue_text_html.rhtml @ 514:7eba09d624db live

Merge
author Chris Cannam
date Thu, 14 Jul 2011 10:50:53 +0100
parents 051f544170fe
children
line wrap: on
line diff
--- a/app/views/mailer/_issue_text_html.rhtml	Thu Jul 14 10:46:20 2011 +0100
+++ b/app/views/mailer/_issue_text_html.rhtml	Thu Jul 14 10:50:53 2011 +0100
@@ -7,7 +7,7 @@
 <li><%=l(:field_assigned_to)%>: <%=h issue.assigned_to %></li>
 <li><%=l(:field_category)%>: <%=h issue.category %></li>
 <li><%=l(:field_fixed_version)%>: <%=h issue.fixed_version %></li>
-<% issue.custom_values.each do |c| %>
+<% issue.custom_field_values.each do |c| %>
   <li><%=h c.custom_field.name %>: <%=h show_value(c) %></li>
 <% end %>
 </ul>