aboutsummaryrefslogtreecommitdiff
path: root/templates/base/head.tmpl
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-04-01 19:40:48 +0200
committerToni Uhlig <matzeton@googlemail.com>2024-02-02 12:33:15 +0100
commit1f66094bae5144a95decd0a3659b4c270a3bcaa9 (patch)
tree1421346dda696f8bb4ac0c7e5e3b2ac131201f40 /templates/base/head.tmpl
parentee3c72e394b4a5913b7e6062424112521066cad3 (diff)
removed remaining landing-page/home fragmentsmygogs
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'templates/base/head.tmpl')
-rw-r--r--templates/base/head.tmpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 94d8ff22..3b196b91 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -96,8 +96,6 @@
<a class="item{{if .PageIsDashboard}} active{{end}}" href="{{AppSubURL}}/">{{.i18n.Tr "dashboard"}}</a>
<a class="item{{if .PageIsIssues}} active{{end}}" href="{{AppSubURL}}/issues">{{.i18n.Tr "issues"}}</a>
<a class="item{{if .PageIsPulls}} active{{end}}" href="{{AppSubURL}}/pulls">{{.i18n.Tr "pull_requests"}}</a>
- {{else}}
- <a class="item{{if .PageIsHome}} active{{end}}" href="{{AppSubURL}}/">{{.i18n.Tr "home"}}</a>
{{end}}
<a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubURL}}/explore/repos">{{.i18n.Tr "explore"}}</a>