Sha256: d20272a5b059df7adf0bc38cdae7dbf8ebcb7052ac6fc3b97c44c29dce813864

Contents?: true

Size: 318 Bytes

Versions: 32

Compression:

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

32 entries across 32 versions & 1 rubygems

Version Path
backlog-0.10.0 app/views/periods/show.rhtml
backlog-0.10.1 app/views/periods/show.rhtml
backlog-0.10.3 app/views/periods/show.rhtml
backlog-0.10.2 app/views/periods/show.rhtml
backlog-0.10.4 app/views/periods/show.rhtml
backlog-0.10.5 app/views/periods/show.rhtml
backlog-0.10.7 app/views/periods/show.rhtml
backlog-0.10.6 app/views/periods/show.rhtml
backlog-0.11.0 app/views/periods/show.rhtml
backlog-0.10.8 app/views/periods/show.rhtml
backlog-0.12.0 app/views/periods/show.rhtml
backlog-0.12.2 app/views/periods/show.rhtml
backlog-0.12.1 app/views/periods/show.rhtml
backlog-0.12.3 app/views/periods/show.rhtml
backlog-0.12.4 app/views/periods/show.rhtml
backlog-0.13.1 app/views/periods/show.rhtml
backlog-0.13.0 app/views/periods/show.rhtml
backlog-0.14.0 app/views/periods/show.rhtml
backlog-0.14.2 app/views/periods/show.rhtml
backlog-0.14.1 app/views/periods/show.rhtml