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

Merge branch '#231183-invites' into 'master'

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

See merge request gitlab-org/gitlab!44289
parents 4f6ec9c2 af67e512
......@@ -25,5 +25,5 @@
- if !member?
.actions
= link_to _("Accept invitation"), accept_invite_url(@token, new_user_invite: params[:new_user_invite]), method: :post, class: "btn btn-success"
= link_to _("Decline"), decline_invite_url(@token), method: :post, class: "btn btn-danger gl-ml-3"
= link_to _("Accept invitation"), accept_invite_url(@token, new_user_invite: params[:new_user_invite]), method: :post, class: "btn gl-button btn-success"
= link_to _("Decline"), decline_invite_url(@token), method: :post, class: "btn gl-button btn-danger gl-ml-3"
---
title: Apply GitLab UI button styles to buttons in app/views/invites directory
merge_request: 44289
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