Skip to content

Commit

Permalink
Empty project link to staging project instead of project
Browse files Browse the repository at this point in the history
Inside Infos box there is a list of Empty Projects. In the old UI they
pointed to the project show page. We consider they should point to the
staging project instead.
  • Loading branch information
saraycp committed Nov 21, 2018
1 parent 44c3b43 commit 1470260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
%ul.pl-4
- projects.sort.each do |project|
%li
= link_to(project.staging_identifier, project_show_path(project.name))
= link_to(project.staging_identifier, staging_workflow_staging_project_path(staging_workflow, project.name))
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%li= link_to managers.title, group_show_path(managers)

%dt Empty projects:
%dd= render 'empty_projects_list', projects: empty_projects
%dd= render 'empty_projects_list', projects: empty_projects, staging_workflow: staging_workflow

%dt= link_to('Backlog:', group_show_path(staging_workflow.managers_group))
%dd= render 'requests_list', requests: unassigned_requests, more_requests: more_unassigned_requests
Expand Down

0 comments on commit 1470260

Please sign in to comment.