Sha256: 8c9fd6271de9e03935b1195b99b74f45023acce9b472ff043cb9476a40f159b6
Contents?: true
Size: 688 Bytes
Versions: 2
Compression:
Stored size: 688 Bytes
Contents
<% @project = project %> <div valign="top"> <div> <span style="float: left"> <%=image_detour_to('add.png', l(:new_task), :controller => 'tasks', :action => :new, :task => {:project_id => @project.id, :period_id => @period && @period.id})%> </span> <span colspan="4" style="float: left; vertical-align: middle"> <h5> <%=detour_to(h(project.name), :controller => 'projects', :action => :show, :id => @project) %> <%=image_detour_to('clipboard.png', l(:edit), :controller => 'projects', :action => :edit, :id => @project.id)%> </h5> </span> <span style="float: left" width="*"/> </div> <br clear="all" /> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
backlog-0.37.2 | app/views/tasks/_backlog_header.rhtml |
backlog-0.37.1 | app/views/tasks/_backlog_header.rhtml |