Sha256: 6a314da7c571f1f46852c49b7d6ae23d70ddac4e5ae8176377e446e344857f96

Contents?: true

Size: 743 Bytes

Versions: 10

Compression:

Stored size: 743 Bytes

Contents

<% @backlog = backlog %>

  <tr valign="top">
    <td>
      <%= image_detour_to('add.png', l(:new_task), :controller => 'tasks', :action => :new, :task => {:backlog_id => @backlog.id, :period_id => @period && @period.id})%>
    </td>
    <td colspan="4" style="vertical-align: middle">
    <h5>
      <%=detour_to(h(backlog.name), :controller => 'backlogs', :action => :edit, :id => @backlog) %>
      </h5>
    </td>
    <td width="*"/>
  </tr>
  <tr>
    <th/>
    <th align="center">#</th>
    <th><%=l :task %></th>
    <th><%=l :start if @backlog.track_times? && @tasks.find {|t|t.period && t.period.active?} %></th>
    <th><%=l :done if @backlog.track_done? %></th>
    <th width="*"><% l :todo if @backlog.track_todo? %></th>
  </tr>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
backlog-0.3.0 app/views/tasks/_backlog_header.rhtml
backlog-0.3.2 app/views/tasks/_backlog_header.rhtml
backlog-0.3.1 app/views/tasks/_backlog_header.rhtml
backlog-0.3.3 app/views/tasks/_backlog_header.rhtml
backlog-0.3.4 app/views/tasks/_backlog_header.rhtml
backlog-0.3.5 app/views/tasks/_backlog_header.rhtml
backlog-0.3.6 app/views/tasks/_backlog_header.rhtml
backlog-0.3.7 app/views/tasks/_backlog_header.rhtml
backlog-0.3.8 app/views/tasks/_backlog_header.rhtml
backlog-0.3.9 app/views/tasks/_backlog_header.rhtml