Sha256: ee2cc267737c1a9eabd1b7d79641df53c7d30cc827c8e6d188ab3cf8c4f1e09d
Contents?: true
Size: 709 Bytes
Versions: 2
Compression:
Stored size: 709 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? && track_times %></th> <th><%=l :done if @backlog.track_done? %></th> <th width="*"><% l :todo if @backlog.track_todo? %></th> </tr>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
backlog-0.5.0 | app/views/tasks/_backlog_header.rhtml |
backlog-0.4.0 | app/views/tasks/_backlog_header.rhtml |