Skip to content

Commit

Permalink
Fix rendering of staging workflow partial
Browse files Browse the repository at this point in the history
The path to the delete partial changed in e415d23
because of the introduced Staging namespace.
Because the view code was not updated, this was breaking the
rendering of the staging workflow page.
  • Loading branch information
bgeuken committed Nov 13, 2018
1 parent ad2b2fc commit c1a9692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
%a{ data: { toggle: 'modal', target: '#delete-staging-workflow' }, href: '#' }
%i.fas.fa-times-circle.text-danger
Delete
= render(partial: 'webui2/webui/staging_workflows/delete', locals: { project: @project })
= render(partial: 'webui2/webui/staging/workflows/delete', locals: { project: @project })
.col-xl-2
= render partial: 'legend'
= render partial: 'infos', locals: { staging_workflow: @staging_workflow, empty_projects: @empty_projects,
Expand Down

0 comments on commit c1a9692

Please sign in to comment.