add: following timeline
This commit is contained in:
parent
6141910059
commit
1ee1f29cdf
15 changed files with 176 additions and 9 deletions
|
@ -163,6 +163,14 @@
|
|||
<span>{{ text "general:link.home" }}</span>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="/following"
|
||||
class="{% if selected == 'following' %}active{% endif %}"
|
||||
>
|
||||
{{ icon "earth" }}
|
||||
<span>{{ text "general:link.following" }}</span>
|
||||
</a>
|
||||
|
||||
<a href="/popular" class="{% if selected == 'popular' %}active{% endif %}">
|
||||
{{ icon "trending-up" }}
|
||||
<span>{{ text "general:link.popular" }}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue