Sha256: 74f82c5548db3d5b4c84175e9587843cfb15e5de2beb4ac557130f41c278cb9d

Contents?: true

Size: 288 Bytes

Versions: 5

Compression:

Stored size: 288 Bytes

Contents

<% @backlog = backlog %>

  <tr>
    <th/>
    <th align="center">#</th>
    <th><%=l :task %></th>
    <th><%=l :start if @backlog.track_times? && track_times %></th>
    <th><%=l :done if @backlog.track_done? %></th>
    <th width="*"><% l :todo if @backlog.track_todo? %></th>
  </tr>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
backlog-0.5.1 app/views/tasks/_fields_header.rhtml
backlog-0.5.2 app/views/tasks/_fields_header.rhtml
backlog-0.5.3 app/views/tasks/_fields_header.rhtml
backlog-0.5.4 app/views/tasks/_fields_header.rhtml
backlog-0.5.5 app/views/tasks/_fields_header.rhtml