aboutsummaryrefslogtreecommitdiff
path: root/templates/base/head_navbar.tmpl
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-08-30 17:54:27 -0400
committerThedro Neely <thedroneely@gmail.com>2020-09-06 00:14:05 -0400
commit10f027de65222224a095bb08b153b8cde619736e (patch)
tree6a7862a3d076c79e2bf5e69eac1e241afa1c3820 /templates/base/head_navbar.tmpl
parent19cf0ea4389a632740e2f18769e7c0a483b60c68 (diff)
downloadgitea-templates-10f027de65222224a095bb08b153b8cde619736e.tar.gz
gitea-templates-10f027de65222224a095bb08b153b8cde619736e.tar.bz2
gitea-templates-10f027de65222224a095bb08b153b8cde619736e.zip
templates: Start over
Use standard icon for favicon and avatar. Use native font stack.
Diffstat (limited to 'templates/base/head_navbar.tmpl')
-rw-r--r--templates/base/head_navbar.tmpl13
1 files changed, 4 insertions, 9 deletions
diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl
index 60c2b84..c985963 100644
--- a/templates/base/head_navbar.tmpl
+++ b/templates/base/head_navbar.tmpl
@@ -1,8 +1,7 @@
<div class="ui container" id="navbar">
<div class="item brand" style="justify-content: space-between;">
- <a title="Head back to https://www.thedroneely.com" href="/">
- <img style="display: inline;" class="ui mini image" src="{{AppSubUrl}}/img/favicon.png">
- <span style="margin-left: 0.65em;">www.thedroneely.com</span>
+ <a href="{{AppSubUrl}}/">
+ <img class="ui mini image" src="{{StaticUrlPrefix}}/img/gitea-sm.png">
</a>
<div class="ui basic icon button mobile-only" id="navbar-expand-toggle">
<i class="sidebar icon"></i>
@@ -75,7 +74,7 @@
<span class="text">
<img class="ui tiny avatar image" src="{{.SignedUser.RelAvatarLink}}">
<span class="sr-only">{{.i18n.Tr "user_profile_and_more"}}</span>
- <span class="mobile-only">{{.SignedUser.Name}}</span>
+ <span>{{.SignedUser.Name}}</span>
<i class="fitted octicon octicon-triangle-down not-mobile" tabindex="-1"></i>
</span>
<div class="menu user-menu" tabindex="-1">
@@ -96,10 +95,6 @@
<i class="octicon octicon-settings"></i>
{{.i18n.Tr "your_settings"}}<!-- Your settings -->
</a>
- <a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">
- <i class="octicon octicon-question"></i>
- {{.i18n.Tr "help"}}<!-- Help -->
- </a>
{{if .IsAdmin}}
<div class="divider"></div>
@@ -120,7 +115,7 @@
{{else}}
- <!-- <a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">{{.i18n.Tr "help"}}</a> -->
+ <a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">{{.i18n.Tr "help"}}</a>
<div class="right stackable menu">
{{if .ShowRegistrationButton}}
<a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/user/sign_up">