|
|
|
@@ -17,7 +17,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
{{if .IsSigned}} |
|
|
|
<div class=" item" style="margin-left:0;margin-right: 0;padding-left:0;padding-right:0 "> |
|
|
|
<div class=" item edge"> |
|
|
|
<div class="dropdown-menu"> |
|
|
|
<a class=" item" href="/dashboard"> |
|
|
|
<span > {{.i18n.Tr "index"}}   <i class="dropdown icon"></i></span> |
|
|
|
@@ -47,7 +47,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{{else if .IsLandingPageHome}} |
|
|
|
<div class=" item" style="margin-left:0;margin-right: 0;padding-left:0;padding-right:0 "> |
|
|
|
<div class="item edge"> |
|
|
|
<div class="dropdown-menu"> |
|
|
|
<a class=" item" href="/user/login"> |
|
|
|
<span > {{.i18n.Tr "home"}}   <i class="dropdown icon"></i></span> |
|
|
|
@@ -94,8 +94,7 @@ |
|
|
|
*/}} |
|
|
|
|
|
|
|
{{if .IsSigned}} |
|
|
|
<div class="right stackable menu"> |
|
|
|
sss{{$.SortType}}}} |
|
|
|
<div class="right stackable menu"> |
|
|
|
<form class="fourteen wide mobile ten wide tablet ten wide computer column ui form ignore-dirty" style="margin:auto" action="/explore/repos"> |
|
|
|
<div class="ui fluid action input" style="background:#363840 ;border-radius: 5px;width: 200px;height:30px;border: #888888 solid 1px;"> |
|
|
|
<input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search_pro"}}..." |
|
|
|
|