Merge branch '27210-add-cancel-btn-to-new-page-domain' into 'master'
Resolve "Missing cancel button when creating new domain for pages" Closes #27210 See merge request gitlab-org/gitlab-ce!18026
This commit is contained in:
commit
633f3a2495
2 changed files with 7 additions and 0 deletions
|
@ -8,3 +8,5 @@
|
|||
= render 'form', { f: f }
|
||||
.form-actions
|
||||
= f.submit 'Create New Domain', class: "btn btn-save"
|
||||
.pull-right
|
||||
= link_to _('Cancel'), project_pages_path(@project), class: 'btn btn-cancel'
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Adds cancel btn to new pages domain page
|
||||
merge_request: 18026
|
||||
author: Jacopo Beschi @jacopo-beschi
|
||||
type: added
|
Loading…
Reference in a new issue