|
|
@@ -9,7 +9,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
{{if .IsSigned}} |
|
|
|
<a class="item {{if .PageIsDashboard}}active{{end}}" href="/dashboard">{{.i18n.Tr "dashboard"}}</a> |
|
|
|
<a class="item {{if .PageIsDashboard}}active{{end}}" href="/dashboard">{{.i18n.Tr "index"}}</a> |
|
|
|
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi"}}</a> |
|
|
|
{{if not .UnitIssuesGlobalDisabled}} |
|
|
|
<a class="item {{if .PageIsIssues}}active{{end}}" href="{{AppSubUrl}}/issues">{{.i18n.Tr "issues"}}</a> |
|
|
@@ -109,10 +109,6 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="divider"></div> |
|
|
|
<a class="item" href="{{AppSubUrl}}/dashboard"> |
|
|
|
{{svg "octicon-info" 16}} |
|
|
|
{{.i18n.Tr "your_dashboard"}}<!-- Your dashboard --> |
|
|
|
</a> |
|
|
|
<a class="item" href="{{AppSubUrl}}/{{.SignedUser.Name}}"> |
|
|
|
{{svg "octicon-person" 16}} |
|
|
|
{{.i18n.Tr "your_profile"}}<!-- Your profile --> |
|
|
|