Fix cancel link on issuable edit form
This commit is contained in:
parent
5a460c3796
commit
7f43049012
1 changed files with 1 additions and 1 deletions
|
@ -135,4 +135,4 @@
|
|||
method: :delete, class: 'btn btn-grouped' do
|
||||
= icon('trash-o')
|
||||
Delete
|
||||
= link_to 'Cancel', namespace_project_issue_path(@project.namespace, @project, issuable), class: 'btn btn-grouped btn-cancel'
|
||||
= link_to 'Cancel', polymorphic_path([@project.namespace.becomes(Namespace), @project, issuable]), class: 'btn btn-grouped btn-cancel'
|
||||
|
|
Loading…
Reference in a new issue