Sha256: c5619e01ef2a065ccf1a17d5321336ac0111a225cb36eb25e0c72d6b733ac382

Contents?: true

Size: 627 Bytes

Versions: 18

Compression:

Stored size: 627 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 } %>
  <% i += 1 %>
<% end %>
</table>

</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
backlog-0.0.5 app/views/periods/show.rhtml
backlog-0.1.1 app/views/periods/show.rhtml
backlog-0.1.0 app/views/periods/show.rhtml
backlog-0.1.2 app/views/periods/show.rhtml
backlog-0.2.0 app/views/periods/show.rhtml
backlog-0.2.1 app/views/periods/show.rhtml
backlog-0.3.0 app/views/periods/show.rhtml
backlog-0.3.3 app/views/periods/show.rhtml
backlog-0.3.2 app/views/periods/show.rhtml
backlog-0.3.1 app/views/periods/show.rhtml
backlog-0.3.4 app/views/periods/show.rhtml
backlog-0.3.5 app/views/periods/show.rhtml
backlog-0.3.6 app/views/periods/show.rhtml
backlog-0.3.8 app/views/periods/show.rhtml
backlog-0.3.7 app/views/periods/show.rhtml
backlog-0.3.9 app/views/periods/show.rhtml
backlog-0.4.0 app/views/periods/show.rhtml
backlog-0.5.0 app/views/periods/show.rhtml