@ -35,7 +35,7 @@ See doc/COPYRIGHT.rdoc for more details.
++#%>
<h3>
<%= "#{@sprint.name}: #{I18n.l(@sprint.start_date)} - #{I18n.l(@sprint.effective_date)}" %>
<%= "#{@sprint.name}: #{@sprint.start_date.present? ? I18n.l(@sprint.start_date) : ''} - #{@sprint.effective_date.present? ? I18n.l(@sprint.effective_date) : ''}" %>
</h3>
<% if @burndown %>