Sha256: 9d54a2d0d531c3273b7e21c911e99a0dc4e6ecb29f986321cb71af0ef9d6b213

Contents?: true

Size: 517 Bytes

Versions: 6

Compression:

Stored size: 517 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)%>
        <%=image_detour_to('clipboard.png', l(:show), :controller => 'backlogs', :action => :show, :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

6 entries across 6 versions & 1 rubygems

Version Path
backlog-0.13.1 app/views/backlogs/_buttons.rhtml
backlog-0.14.0 app/views/backlogs/_buttons.rhtml
backlog-0.14.1 app/views/backlogs/_buttons.rhtml
backlog-0.14.2 app/views/backlogs/_buttons.rhtml
backlog-0.14.3 app/views/backlogs/_buttons.rhtml
backlog-0.14.4 app/views/backlogs/_buttons.rhtml