Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
pleroma-fe
Commits
d7d787b8
Commit
d7d787b8
authored
6 years ago
by
kaniini
Browse files
Options
Downloads
Patches
Plain Diff
user card: show that the account is locked if it is
parent
7389f071
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!274
Feature/locked accounts
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/user_card_content/user_card_content.vue
+1
-1
1 addition, 1 deletion
src/components/user_card_content/user_card_content.vue
with
1 addition
and
1 deletion
src/components/user_card_content/user_card_content.vue
+
1
−
1
View file @
d7d787b8
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
HJ
@hj
mentioned in commit
d886ab75
·
6 years ago
mentioned in commit
d886ab75
mentioned in commit d886ab752c0cc7f12ec569b5fb8ae760e2b45643
Toggle commit list
HJ
@hj
mentioned in commit
6454837e
·
6 years ago
mentioned in commit
6454837e
mentioned in commit 6454837ea4d8acc49387562d056490c514dabc91
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment