maybe fix more things
This commit is contained in:
parent
c81b784a0a
commit
ae527d5a44
1 changed files with 4 additions and 4 deletions
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
|
||||
<div class="divider"></div>
|
||||
<a class="button-default link-action" href data-url="{{AppSubUrl}}/user/logout" data-redirect="{{AppSubUrl}}/">
|
||||
<a class="item link-action" href data-url="{{AppSubUrl}}/user/logout" data-redirect="{{AppSubUrl}}/">
|
||||
{{svg "octicon-sign-out"}}
|
||||
{{.i18n.Tr "sign_out"}}<!-- Sign Out -->
|
||||
</a>
|
||||
|
@ -148,12 +148,12 @@
|
|||
</div>
|
||||
|
||||
<div class="divider"></div>
|
||||
<a class="button-default" href="{{AppSubUrl}}/{{.SignedUser.Name}}">
|
||||
<a class="item" href="{{AppSubUrl}}/{{.SignedUser.Name}}">
|
||||
{{svg "octicon-person"}}
|
||||
{{.i18n.Tr "your_profile"}}<!-- Your profile -->
|
||||
</a>
|
||||
{{if not .DisableStars}}
|
||||
<a class="button-default" href="{{AppSubUrl}}/{{.SignedUser.Name}}?tab=stars">
|
||||
<a class="item" href="{{AppSubUrl}}/{{.SignedUser.Name}}?tab=stars">
|
||||
{{svg "octicon-star"}}
|
||||
{{.i18n.Tr "your_starred"}}
|
||||
</a>
|
||||
|
@ -172,7 +172,7 @@
|
|||
{{end}}
|
||||
|
||||
<div class="divider"></div>
|
||||
<a class="button-default link-action" href data-url="{{AppSubUrl}}/user/logout" data-redirect="{{AppSubUrl}}/">
|
||||
<a class="item link-action" href data-url="{{AppSubUrl}}/user/logout" data-redirect="{{AppSubUrl}}/">
|
||||
{{svg "octicon-sign-out"}}
|
||||
{{.i18n.Tr "sign_out"}}<!-- Sign Out -->
|
||||
</a>
|
||||
|
|
Reference in a new issue