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:
Filipa Lacerda 2018-03-28 09:09:23 +00:00
commit 633f3a2495
2 changed files with 7 additions and 0 deletions

View file

@ -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'

View file

@ -0,0 +1,5 @@
---
title: Adds cancel btn to new pages domain page
merge_request: 18026
author: Jacopo Beschi @jacopo-beschi
type: added