Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen van Bergerem <svbergerem@online.de>2016-08-21 13:56:16 +0300
committerSteffen van Bergerem <svbergerem@online.de>2016-08-21 13:56:16 +0300
commit4b801a0ba982a6d843b5a2219817eba5c11fc10e (patch)
tree57d6980c94620fbea09d69c0b64b7c6fcbae2d07 /app/assets
parent08c6d485e4afab5eb895e70cac3caab9aa1c3402 (diff)
Move notifications and conversations links in collapsed header on small devices
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/templates/header_tpl.jst.hbs4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/templates/header_tpl.jst.hbs b/app/assets/templates/header_tpl.jst.hbs
index 15e6023ba..a895d99c9 100644
--- a/app/assets/templates/header_tpl.jst.hbs
+++ b/app/assets/templates/header_tpl.jst.hbs
@@ -12,7 +12,7 @@
<a href="/stream" class="navbar-brand" data-stream-title="{{t "my_stream"}}">
{{ podname }}
</a>
- <ul class="nav nav-badges visible-sm visible-xs">
+ <ul class="nav nav-badges visible-sm">
<li>
<a href="/notifications" title="{{t "header.notifications"}}" class="notifications-link nav-badge">
<i class="entypo-bell"></i>
@@ -36,6 +36,8 @@
<ul class="nav navbar-nav navbar-left">
<li><a href="/stream">{{t "my_stream"}}</a></li>
<li><a href="/activity">{{t "my_activity"}}</a></li>
+ <li class="visible-xs"><a href="/notifications">{{t "header.notifications"}}</a></li>
+ <li class="visible-xs"><a href="/conversations">{{t "header.conversations"}}</a></li>
<li class="visible-sm visible-xs"><a href="/mobile/toggle">{{t "header.toggle_mobile"}}</a></li>
</ul>