Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hau Vo
pleroma-fe
Commits
a6f2af4a
Commit
a6f2af4a
authored
Feb 26, 2019
by
Tae Hoon
Browse files
Shorten a classname
parent
c5519fa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/follow_request_card/follow_request_card.vue
View file @
a6f2af4a
<
template
>
<basic-user-card
:user=
"user"
>
<template
slot=
"tertiary-area"
>
<div
class=
"follow-request-card-
action-butto
ns-container"
>
<div
class=
"follow-request-card-
bt
ns-container"
>
<button
class=
"btn btn-default"
@
click=
"approveUser"
>
{{
$t
(
'
user_card.approve
'
)
}}
</button>
<button
class=
"btn btn-default"
@
click=
"denyUser"
>
{{
$t
(
'
user_card.deny
'
)
}}
</button>
</div>
...
...
@@ -12,7 +12,7 @@
<
script
src=
"./follow_request_card.js"
></
script
>
<
style
lang=
"scss"
>
.follow-request-card-
action-butto
ns-container
{
.follow-request-card-
bt
ns-container
{
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
...
...
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