Commit 633f3a24 authored by Filipa Lacerda's avatar Filipa Lacerda

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
parents b9ef51ee 76c926db
...@@ -8,3 +8,5 @@ ...@@ -8,3 +8,5 @@
= render 'form', { f: f } = render 'form', { f: f }
.form-actions .form-actions
= f.submit 'Create New Domain', class: "btn btn-save" = f.submit 'Create New Domain', class: "btn btn-save"
.pull-right
= link_to _('Cancel'), project_pages_path(@project), class: 'btn btn-cancel'
---
title: Adds cancel btn to new pages domain page
merge_request: 18026
author: Jacopo Beschi @jacopo-beschi
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment