diff options
Diffstat (limited to 'app/views/invites/show.html.haml')
-rw-r--r-- | app/views/invites/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/invites/show.html.haml b/app/views/invites/show.html.haml index 2b1315fc9ce..2bcd64d0690 100644 --- a/app/views/invites/show.html.haml +++ b/app/views/invites/show.html.haml @@ -35,4 +35,4 @@ - unless member? .actions = link_to _("Accept invitation"), accept_invite_url(@token), method: :post, class: "btn btn-success" - = link_to _("Decline"), decline_invite_url(@token), method: :post, class: "btn btn-danger prepend-left-10" + = link_to _("Decline"), decline_invite_url(@token), method: :post, class: "btn btn-danger gl-ml-3" |