aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-01-23 09:23:37 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-01-23 09:23:37 +0100
commit9047840ec2a124f8bf9c9263c42579e78a9f6516 (patch)
tree12a0dae256c656434b1f93d61d48f3533970a5bf /view/theme
parent11aa83742e7926c97b6e1528209a011390fa3115 (diff)
downloadvolse-hubzilla-9047840ec2a124f8bf9c9263c42579e78a9f6516.tar.gz
volse-hubzilla-9047840ec2a124f8bf9c9263c42579e78a9f6516.tar.bz2
volse-hubzilla-9047840ec2a124f8bf9c9263c42579e78a9f6516.zip
nav: fix "See all notifications"
Diffstat (limited to 'view/theme')
-rwxr-xr-xview/theme/testbubble/nav.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl
index bb4da22cb..acbea5bf8 100755
--- a/view/theme/testbubble/nav.tpl
+++ b/view/theme/testbubble/nav.tpl
@@ -9,7 +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="$nav.notifications_all.0">$nav.notifications_all.1</a></li>
+ <li id="nav-notifications-see-all"><a href="$nav.notifications.all.0">$nav.notifications.all.1</a></li>
<li class="empty">$emptynotifications</li>
</ul>
</div>