aboutsummaryrefslogtreecommitdiff
path: root/templates/explore/nav.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/explore/nav.tmpl')
-rw-r--r--templates/explore/nav.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/explore/nav.tmpl b/templates/explore/nav.tmpl
new file mode 100644
index 00000000..1310bccf
--- /dev/null
+++ b/templates/explore/nav.tmpl
@@ -0,0 +1,8 @@
+<div id="setting-menu" class="grid-1-5 panel panel-radius left">
+ <p class="panel-header"><strong>{{.i18n.Tr "explore"}}</strong></p>
+ <div class="panel-body">
+ <ul class="menu menu-vertical switching-list grid-1-5 left">
+ <li {{if .PageIsExploreRepositories}}class="current"{{end}}><a href="/explore">{{.i18n.Tr "explore.repos"}}</a></li>
+ </ul>
+ </div>
+</div> \ No newline at end of file