Skip to content
Snippets Groups Projects
Commit d7d787b8 authored by kaniini's avatar kaniini
Browse files

user card: show that the account is locked if it is

parent 7389f071
No related branches found
No related tags found
1 merge request!274Feature/locked accounts
......@@ -15,7 +15,7 @@
<div class="name-and-screen-name">
<div :title="user.name" class='user-name'>{{user.name}}</div>
<router-link class='user-screen-name':to="{ name: 'user-profile', params: { id: user.id } }">
<span>@{{user.screen_name}}</span>
<span>@{{user.screen_name}}</span><span v-if="user.locked"><i class="icon icon-lock"></i></span>
<span class="dailyAvg">{{dailyAvg}} {{ $t('user_card.per_day') }}</span>
</router-link>
</div>
......
  • HJ :fire: @hj

    mentioned in commit d886ab75

    ·

    mentioned in commit d886ab75

    Toggle commit list
  • HJ :fire: @hj

    mentioned in commit 6454837e

    ·

    mentioned in commit 6454837e

    Toggle commit list
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