Skip to content

Commit

Permalink
Link from 'Excluded' requests label to the request page
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeuken committed Nov 21, 2018
1 parent bcbb707 commit 0b6ed71
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
%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:
-# TODO: add link when ExcludedRequest model is done
%dt= link_to('Excluded:', staging_workflow_excluded_requests_path(staging_workflow_id: staging_workflow))
%dd= render 'requests_list', requests: excluded_requests, more_requests: more_excluded_requests

0 comments on commit 0b6ed71

Please sign in to comment.