Sha256: a982915d7ca80aa96703ab27d878173aa6a42a696a0c9d4a77a4c587d41d2f4d

Contents?: true

Size: 317 Bytes

Versions: 10

Compression:

Stored size: 317 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>

	<%=render :partial => '/tasks/completed', :locals => {:i => i} %>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
backlog-0.7.0 app/views/periods/show.rhtml
backlog-0.6.6 app/views/periods/show.rhtml
backlog-0.7.1 app/views/periods/show.rhtml
backlog-0.7.2 app/views/periods/show.rhtml
backlog-0.7.3 app/views/periods/show.rhtml
backlog-0.7.5 app/views/periods/show.rhtml
backlog-0.7.4 app/views/periods/show.rhtml
backlog-0.7.6 app/views/periods/show.rhtml
backlog-0.7.7 app/views/periods/show.rhtml
backlog-0.7.8 app/views/periods/show.rhtml