diff --git a/app/views/projects/labels/_form.html.haml b/app/views/projects/labels/_form.html.haml index 1720a0a915d..2a5c907febe 100644 --- a/app/views/projects/labels/_form.html.haml +++ b/app/views/projects/labels/_form.html.haml @@ -29,6 +29,7 @@ .form-actions = f.submit 'Save', class: 'btn btn-save' + = link_to "Cancel", project_labels_path(@project), class: 'btn btn-cancel' :coffeescript