Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/doorkeeper/applications/_show.html.haml')
-rw-r--r--app/views/shared/doorkeeper/applications/_show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/doorkeeper/applications/_show.html.haml b/app/views/shared/doorkeeper/applications/_show.html.haml
index b9095e2a1a1..b075cece877 100644
--- a/app/views/shared/doorkeeper/applications/_show.html.haml
+++ b/app/views/shared/doorkeeper/applications/_show.html.haml
@@ -43,8 +43,8 @@
.form-actions.gl-display-flex.gl-justify-content-space-between
%div
- if @created
- = link_to _('Continue'), index_path, class: 'btn btn-confirm btn-md gl-button gl-mr-3'
- = link_to _('Edit'), edit_path, class: 'btn btn-default btn-md gl-button'
+ = link_button_to _('Continue'), index_path, class: 'gl-mr-3', variant: :confirm
+ = link_button_to _('Edit'), edit_path
= render 'shared/doorkeeper/applications/delete_form', path: delete_path
-# Create a hidden field to save the ID of application created