Skip to content

Commit

Permalink
Fix partial path in Staging::Workflow#show
Browse files Browse the repository at this point in the history
Probably introduced by a wrong rebase while we introduced the Staging namespace.
  • Loading branch information
ChrisBr committed Nov 14, 2018
1 parent bfba1b3 commit 747ceaa
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 747ceaa

Please sign in to comment.