Skip to content
Snippets Groups Projects
Commit a6f2af4a authored by Tae Hoon's avatar Tae Hoon
Browse files

Shorten a classname

parent c5519fa5
No related branches found
No related tags found
2 merge requests!646Update master,!616Split UserCard into FollowCard/FollowRequestCard and Rewrite FollowList using HOCs
<template>
<basic-user-card :user="user">
<template slot="tertiary-area">
<div class="follow-request-card-action-buttons-container">
<div class="follow-request-card-btns-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-buttons-container {
.follow-request-card-btns-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment