Sha256: 92034a41b75911136d1c2ee055bbb498769c951b99546e01c782a8aceeac818c
Contents?: true
Size: 670 Bytes
Versions: 16
Compression:
Stored size: 670 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/> <th align="left"><%=l :resolution %></th> <th><%=l :task %></th> <% if @period.track_work? -%> <th></th> <th><%=l :done %></th> <% end %> </tr> <% for task in @completed_tasks %> <%=render :partial => '/tasks/task', :locals => { :task => task, :i => i, :active => false, :highlight_task => task == @selected_task } %> <% i += 1 %> <% end %> </table> </div>
Version data entries
16 entries across 16 versions & 1 rubygems