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

Version Path
backlog-0.5.1 app/views/periods/show.rhtml
backlog-0.5.2 app/views/periods/show.rhtml
backlog-0.5.10 app/views/periods/show.rhtml
backlog-0.5.3 app/views/periods/show.rhtml
backlog-0.5.4 app/views/periods/show.rhtml
backlog-0.5.6 app/views/periods/show.rhtml
backlog-0.5.5 app/views/periods/show.rhtml
backlog-0.5.7 app/views/periods/show.rhtml
backlog-0.5.9 app/views/periods/show.rhtml
backlog-0.5.8 app/views/periods/show.rhtml
backlog-0.6.2 app/views/periods/show.rhtml
backlog-0.6.1 app/views/periods/show.rhtml
backlog-0.6.0 app/views/periods/show.rhtml
backlog-0.6.5 app/views/periods/show.rhtml
backlog-0.6.4 app/views/periods/show.rhtml
backlog-0.6.3 app/views/periods/show.rhtml