Sha256: 70379c40057128c2b2ade3094e539ac683ec4144bf2892c9bd64f500dab4bd7f
Contents?: true
Size: 641 Bytes
Versions: 4
Compression:
Stored size: 641 Bytes
Contents
<% i = 1 %> <div id="spotlight"> <%=render :partial => 'show_active', :locals => { :i => i } %> </div> <%=render :partial => 'burn_down_chart' %> <div id="rfeature"> <div class="btitle"> <h4><%=l(:completed_tasks) %></h4> </div> <table class="input"> <tr> <th align="left"><%=l :resolution %></th> <th><%=l :task %></th> <% if @period.backlog.track_done -%> <th></th> <th><%=l :done %></th> <% end %> </tr> <% for task in @completed_tasks %> <%=render :partial => '/tasks/task', :locals => { :task => task, :i => i, :active => false } %> <% i += 1 %> <% end %> </table> </div>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
backlog-0.0.0 | app/views/periods/show.rhtml |
backlog-0.0.1 | app/views/periods/show.rhtml |
backlog-0.0.2 | app/views/periods/show.rhtml |
backlog-0.0.4 | app/views/periods/show.rhtml |