Skip to content

Commit

Permalink
Display associated goals in story overview [#741]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitrij Denissenko committed Dec 20, 2009
1 parent 5545f8d commit 01ba4dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/agile_pm/views/stories/_story.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
:method => :get %>
</div>
<div class="small"><%= "S#{story.id} &ndash; " + story_status(story) %></div>
<% if story.goal -%>
<div class="small">Goal:
<%= h(truncate(story.goal.title, :length => 50)) %>
</div>
<% end -%>
</td>

<td class="actions righted span-4">
Expand Down

0 comments on commit 01ba4dc

Please sign in to comment.