Sha256: 26d4277a296f0203a7164d97d8e1827946da719b9679f22f16ca1b27d16a93e3
Contents?: true
Size: 440 Bytes
Versions: 18
Compression:
Stored size: 440 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' %> <%=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
18 entries across 18 versions & 1 rubygems