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
Julien Veyssier
funkwhale
Commits
1f349c82
Commit
1f349c82
authored
Apr 19, 2018
by
Bat
Browse files
Translate instance activity
parent
b4b481cf
Changes
1
Show whitespace changes
Inline
Side-by-side
front/src/views/instance/Timeline.vue
View file @
1f349c82
...
...
@@ -2,10 +2,10 @@
<div
class=
"main pusher"
v-title=
"'Instance Timeline'"
>
<div
class=
"ui vertical center aligned stripe segment"
>
<div
v-if=
"isLoading"
:class=
"['ui',
{'active': isLoading}, 'inverted', 'dimmer']">
<div
class=
"ui text loader"
>
Loading timeline...
</div>
<div
class=
"ui text loader"
>
{{
$t
(
'
Loading timeline...
'
)
}}
</div>
</div>
<div
v-else
class=
"ui text container"
>
<h1
class=
"ui header"
>
Recent activity on this instance
</h1>
<h1
class=
"ui header"
>
{{
$t
(
'
Recent activity on this instance
'
)
}}
</h1>
<div
class=
"ui feed"
>
<component
class=
"event"
...
...
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