Skip to content

Commit

Permalink
Added category field to tooltips (see backlogs#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
bohansen committed Apr 12, 2012
1 parent bab0008 commit a6144e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/rb_stories/_tooltip.html.erb
@@ -1,6 +1,7 @@
<b><%= I18n.t :field_subject %></b>: <%=h tooltip.subject %><br />
<b><%= I18n.t :field_tracker_id %> </b>: <%=h tooltip.tracker %><br />
<b><%= I18n.t :story_status %></b>: <%=h status_label_or_default(tooltip) %><br />
<b><%= I18n.t :field_category %> </b>: <%=h tooltip.category %><br />
<b><%= I18n.t :story_points %></b>: <%=h story_points_or_empty(tooltip) %><br />
<b><%= I18n.t :story_estimation_hours %></b>: <%=h tooltip.estimated_hours %><br />
<b><%= I18n.t :story_spent_time %></b>: <%= tooltip.spent_hours.round(2) %><br />
Expand Down

0 comments on commit a6144e8

Please sign in to comment.