Commit 4f6ec9c2 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch '#231191-projects/services/mattermost_slash_commands' into 'master'

Apply GitLab UI button styles to buttons in app/views/projects/services/mattermost_slash_commands directory

See merge request gitlab-org/gitlab!44293
parents c5e58f2b 8f3115f1
......@@ -2,6 +2,6 @@
- unless @service.activated?
.row
.col-sm-9.offset-sm-3
= link_to new_project_mattermost_path(@project), class: 'btn btn-lg' do
= link_to new_project_mattermost_path(@project), class: 'btn gl-button btn-lg' do
= custom_icon('mattermost_logo', size: 15)
= s_("MattermostService|Add to Mattermost")
---
title: Apply GitLab UI button styles to buttons in app/views/projects/services/mattermost_slash_commands
merge_request: 44293
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