|
|
@@ -23,7 +23,7 @@ |
|
|
|
{{.i18n.Tr "index"}} <i class="dropdown icon mglf" ></i> |
|
|
|
</a> |
|
|
|
|
|
|
|
<div class="dropdown-content" style="min-width: 110px;border-radius:4px"> |
|
|
|
<div class="dropdown-content" style="min-width: 110px;border-radius:4px;min-width: max-content;"> |
|
|
|
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/issues">{{.i18n.Tr "issues"}}</a> |
|
|
|
<a style="border: none;color: #000; white-space: nowrap;" class=" item" href="{{AppSubUrl}}/pulls">{{.i18n.Tr "pull_requests"}}</a> |
|
|
|
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/milestones">{{.i18n.Tr "milestones"}}</a> |
|
|
@@ -54,7 +54,7 @@ |
|
|
|
{{.i18n.Tr "home"}} <i class="dropdown icon mglf"></i> |
|
|
|
</a> |
|
|
|
|
|
|
|
<div class="dropdown-content" style="min-width: 110px;border-radius:4px"> |
|
|
|
<div class="dropdown-content" style="min-width: 110px;border-radius:4px;min-width: max-content;"> |
|
|
|
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/user/login">{{.i18n.Tr "issues"}}</a> |
|
|
|
<a style="border: none;color: #000; white-space: nowrap;" class=" item" href="{{AppSubUrl}}/user/login">{{.i18n.Tr "pull_requests"}}</a> |
|
|
|
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/user/login">{{.i18n.Tr "milestones"}}</a> |
|
|
|