Skip to content

Commit

Permalink
Display sprint name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Partogi committed Apr 14, 2011
1 parent ca24f00 commit cb2e918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/sprints/show.html.erb
Expand Up @@ -18,7 +18,8 @@
<img src="/images/icons/application_view_detail.png">
<% end %>
<br/>
<strong>Sprint:</strong>&nbsp;<%= @sprint.span_date %><br/>
<strong>Sprint Date:</strong>&nbsp;<%= @sprint.span_date %><br/>
<strong>Sprint Name:</strong>&nbsp;<%= @sprint.name %><br/>
<% unless @sprint.goal.blank? %><strong>Sprint Goal:</strong> <%= @sprint.goal %><% end %>
</div>

Expand Down

0 comments on commit cb2e918

Please sign in to comment.