We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa92692 commit 16be2cbCopy full SHA for 16be2cb
templates/base/head_navbar.tmpl
@@ -175,7 +175,8 @@
175
{{else}}
176
{{if .ShowRegistrationButton}}
177
<a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/user/sign_up">
178
- {{svg "octicon-person"}} {{ctx.Locale.Tr "register"}}
+ {{svg "octicon-person"}}
179
+ <span class="tw-ml-1">{{ctx.Locale.Tr "register"}}</span>
180
</a>
181
{{end}}
182
<a class="item{{if .PageIsSignIn}} active{{end}}" rel="nofollow" href="{{AppSubUrl}}/user/login{{if not .PageIsSignIn}}?redirect_to={{.CurrentURL}}{{end}}">
0 commit comments