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