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
les
gancio
Commits
cde57e97
Commit
cde57e97
authored
Aug 25, 2019
by
les
Browse files
fix number of comments
parent
fc4a98fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
pages/event/_id.vue
View file @
cde57e97
...
...
@@ -43,7 +43,7 @@
#comments.card-body(v-if='settings.enable_federation')
small.float-right 🔖
{{
event
.
likes
.
length
}}
small.float-right.mr-3 ✊
{{
event
.
boost
.
length
}}
<br/>
strong
{{
$t
(
'
common.comments
'
)
}}
-
strong
{{
$t
c
(
'
common.comments
'
,
event
.
comments
.
length
)
}}
-
<small>
{{
$t
(
'
event.interact_with_me_at
'
)
}}
<u>
{{
event
.
user
.
username
}}
@
{{
settings
.
baseurl
|
url2host
}}
</u></small>
.card-header(v-for='comment in event.comments' :key='comment.id')
...
...
Write
Preview
Supports
Markdown
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