Skip to content

Commit

Permalink
Add link to ready requests
Browse files Browse the repository at this point in the history
which is the Project requests index page with all requests in state new.
  • Loading branch information
ChrisBr committed Nov 20, 2018
1 parent f3470ff commit 6a58612
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
%dt= link_to('Backlog:', group_show_path(staging_workflow.managers_group))
%dd= render 'requests_list', requests: unassigned_requests, more_requests: more_unassigned_requests

%dt Ready:
-# TODO: add link to see the full list of ready requests
%dt= link_to('Ready:', project_requests_path(staging_workflow.project, state: :new))
%dd= render 'requests_list', requests: ready_requests, more_requests: more_ready_requests

%dt Excluded:
Expand Down

0 comments on commit 6a58612

Please sign in to comment.