Sha256: a60b6f0b6beff38e4adb368121d1c24f5a7f57b8e05c4790f2557d6ca7c94fa6
Contents?: true
Size: 767 Bytes
Versions: 5
Compression:
Stored size: 767 Bytes
Contents
<div style="width:38%;float:left"> <p> <b>Velocity:</b> <%=h @iteration.velocity %> </p> <p> <b>Name:</b> <%=h @iteration.name %> </p> <p> <b>Start date:</b> <%=h @iteration.start_date %> </p> <p> <b>End date:</b> <%=h @iteration.end_date %> </p> <p> <b>Release:</b> <%=h @iteration.release.release_date if @iteration.release %> </p> <% unless @iteration.stories.empty? %> <b>Stories</b> <ul> <% @iteration.stories.each do |story| %> <li><%= story.description %> | <%= story.points %></li> <% end %> </ul> <% end %> <%= link_to 'Edit', edit_iteration_path(@iteration) %> | <%= link_to 'Back', iterations_path %> </div> <div style="width:58%;float:right"> <%= burndown_chart @iteration, @iteration_data %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems