aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/nav.tpl
diff options
context:
space:
mode:
authorduthied <duthied@gmail.com>2011-10-06 23:29:44 -0700
committerduthied <duthied@gmail.com>2011-10-06 23:29:44 -0700
commit72af2d610b945cc2b11fb2f1073ee77c1e34147a (patch)
treef7d79d744d552d6296a33f88491252ce6beeb4a3 /view/theme/testbubble/nav.tpl
parent2802c142cb4c479f82bcf790c8cc6b4bda51de7b (diff)
parentf5fc8dabe5ec61e577f64badce30a7c42c19fafa (diff)
downloadvolse-hubzilla-72af2d610b945cc2b11fb2f1073ee77c1e34147a.tar.gz
volse-hubzilla-72af2d610b945cc2b11fb2f1073ee77c1e34147a.tar.bz2
volse-hubzilla-72af2d610b945cc2b11fb2f1073ee77c1e34147a.zip
Merge pull request #20 from duthied/master
Notifications page improvements + testbubble theme tweaks
Diffstat (limited to 'view/theme/testbubble/nav.tpl')
-rw-r--r--view/theme/testbubble/nav.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl
index baf5f7d30..3fbd73e31 100644
--- a/view/theme/testbubble/nav.tpl
+++ b/view/theme/testbubble/nav.tpl
@@ -9,6 +9,7 @@
{{ if $nav.notifications }}<a rel="#nav-notifications-menu" id="intro-update" class="nav-ajax-update" href="$nav.notifications.0" title="$nav.notifications.1"></a>{{ endif }}
{{ if $nav.messages }}<a rel="#nav-notifications-menu" id="mail-update" class="nav-ajax-update" href="$nav.messages.0" title="$nav.messages.1"></a>{{ endif }}
<ul id="nav-notifications-menu" class="menu-popup">
+ <li id="nav-notifications-see-all"><a href="/notifications/network">See all notifications</a></li>
<li class="empty">$emptynotifications</li>
</ul>
</div>
@@ -54,5 +55,5 @@
</nav>
<ul id="nav-notifications-template" style="display:none;" rel="template">
- <a href="{0}"><li>{2} <span class="notif-when">{3}</span></li></a>
+ <li><a href="{0}">{2} <span class="notif-when">{3}</span></a></li>
</ul>