Adds cancel btn to new pages domain page

This commit is contained in:
Jacopo 2018-03-27 18:33:22 +02:00
parent 7c626d2d0d
commit 76c926db9b
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