diff options
author | Unknwon <u@gogs.io> | 2015-09-16 15:34:46 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-16 15:34:46 -0400 |
commit | 2729eb998c8f18c2445269009b18048e0b2f4742 (patch) | |
tree | abfbb572e6f5a5e6c536365ab02b80627fae0d00 /templates/base | |
parent | b003b187883ea50c10b709ca97c26ecf1d9631bb (diff) | |
download | gitea-2729eb998c8f18c2445269009b18048e0b2f4742.tar.gz gitea-2729eb998c8f18c2445269009b18048e0b2f4742.zip |
#1646 and other minor fixes
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/head.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 80f771ebc3..d18a15424c 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -125,11 +125,11 @@ <div class="right menu"> {{if .ShowRegistrationButton}} <a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/user/sign_up"> - <i class="octicon octicon-person-add"></i> {{.i18n.Tr "register"}} + <i class="icon octicon octicon-person-add"></i> {{.i18n.Tr "register"}} </a> {{end}} <a class="item{{if .PageIsSignIn}} active{{end}}" href="{{AppSubUrl}}/user/login"> - <i class="octicon octicon-sign-in"></i> {{.i18n.Tr "sign_in"}} + <i class="icon octicon octicon-sign-in"></i> {{.i18n.Tr "sign_in"}} </a> </div><!-- end anonymous right menu --> |