aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/nets.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/nets.tpl')
-rw-r--r--view/tpl/nets.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nets.tpl b/view/tpl/nets.tpl
index b0cb8890c..920c2332b 100644
--- a/view/tpl/nets.tpl
+++ b/view/tpl/nets.tpl
@@ -1,7 +1,7 @@
<div id="nets-sidebar" class="widget">
<h3>$title</h3>
<div id="nets-desc">$desc</div>
- <a href="$base" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a>
+ <a href="$base?nets=all" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a>
<ul class="nets-ul">
{{ for $nets as $net }}
<li><a href="$base?nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>