Sha256: da9af323385f5285cffb4f0ba1e10ac4f60b8a08113cb7ab0e3cb349c0d2f2aa
Contents?: true
Size: 584 Bytes
Versions: 2
Compression:
Stored size: 584 Bytes
Contents
<%=image_link_to 'arrow_up.png', l(:projects), :action => :list %> <%=image_detour_to('clipboard.png', l(:edit), :controller => 'projects', :action => :edit, :id => @project) unless controller.action_name == 'edit' %> <%=image_detour_to('hammer.png', l(:work), :controller => 'works', :action => :list, :report_filter => {:project_id => @project.id}) %> <%=detour_to(image_tag(url_for("add.png"), :alt => l(:add_task), :title => l(:add_task), :class => 'image-submit'), :controller => 'tasks', :action => 'new', :task => {:project_id => @project.id} ) %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
backlog-0.37.2 | app/views/projects/_buttons.rhtml |
backlog-0.37.1 | app/views/projects/_buttons.rhtml |