Sha256: dbb421d5e80205191c494380c54e6f790afddbabf0888412e2f4338ed99d9c3d
Contents?: true
Size: 557 Bytes
Versions: 24
Compression:
Stored size: 557 Bytes
Contents
<%=image_link_to 'arrow_up.png', l(:backlogs), :action => :list %> <%=image_detour_to('clipboard.png', l(:edit), :controller => 'backlogs', :action => :edit, :id => @backlog) unless controller.action_name == 'edit' %> <%=image_detour_to('hammer.png', l(:work), :controller => 'backlogs', :action => :works, :id => @backlog) %> <%=detour_to(image_tag(url_for("add.png"), :alt => l(:add_task), :title => l(:add_task), :class => 'image-submit'), :controller => 'tasks', :action => 'new', :task => {:backlog_id => @backlog.id} ) %>
Version data entries
24 entries across 24 versions & 1 rubygems