Commit ef2ab963 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch '#231185-admin/jobs' into 'master'

Apply GitLab UI button styles to buttons in app/views/admin/jobs directory

See merge request gitlab-org/gitlab!44291
parents 69eafe3a 092429e0
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
- if @all_builds.running_or_pending.any? - if @all_builds.running_or_pending.any?
#stop-jobs-modal #stop-jobs-modal
.nav-controls .nav-controls
%button#stop-jobs-button.btn.btn-danger{ data: { toggle: 'modal', %button#stop-jobs-button.btn.gl-button.btn-danger{ data: { toggle: 'modal',
target: '#stop-jobs-modal', target: '#stop-jobs-modal',
url: cancel_all_admin_jobs_path } } url: cancel_all_admin_jobs_path } }
= s_('AdminArea|Stop all jobs') = s_('AdminArea|Stop all jobs')
......
---
title: Apply GitLab UI button styles to buttons in app/views/admin/jobs directory
merge_request: 44291
author: Lakshit
type: other
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