aboutsummaryrefslogtreecommitdiffstats
path: root/templates/explore/navbar.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/explore/navbar.tmpl')
-rw-r--r--templates/explore/navbar.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/explore/navbar.tmpl b/templates/explore/navbar.tmpl
new file mode 100644
index 0000000000..374376bf77
--- /dev/null
+++ b/templates/explore/navbar.tmpl
@@ -0,0 +1,8 @@
+<div class="four wide column">
+ <div class="ui vertical menu">
+ <div class="header item">{{.i18n.Tr "explore"}}</div>
+ <a class="{{if .PageIsExploreRepositories}}active{{end}} item" href="{{AppSubUrl}}/explore">
+ {{.i18n.Tr "explore.repos"}}
+ </a>
+ </div>
+</div> \ No newline at end of file