Commit ad42b79f authored by Yogi's avatar Yogi Committed by Jose Ivan Vargas

Move to btn-confirm from btn-success in views/invites directory

parent a048fcf4
......@@ -25,5 +25,5 @@
- if !member?
.actions
= link_to _("Accept invitation"), accept_invite_url(@token), method: :post, class: "btn gl-button btn-success"
= link_to _("Accept invitation"), accept_invite_url(@token), method: :post, class: "btn gl-button btn-confirm"
= link_to _("Decline"), decline_invite_url(@token), method: :post, class: "btn gl-button btn-danger gl-ml-3"
---
title: Move to btn-confirm from btn-success in views/invites directory
merge_request: 55293
author: Yogi (@yo)
type: changed
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