Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
af67e512
Commit
af67e512
authored
Oct 05, 2020
by
Lakshit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply gl-button class to invites directory
parent
7c906a06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/invites/show.html.haml
app/views/invites/show.html.haml
+2
-2
changelogs/unreleased/-231183-invites.yml
changelogs/unreleased/-231183-invites.yml
+5
-0
No files found.
app/views/invites/show.html.haml
View file @
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"
changelogs/unreleased/-231183-invites.yml
0 → 100644
View file @
af67e512
---
title
:
Apply GitLab UI button styles to buttons in app/views/invites directory
merge_request
:
44289
author
:
Lakshit
type
:
other
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment