Yoginth 7 лет назад
Родитель
Сommit
0f3873ca6b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      templates/base/head.tmpl

+ 1 - 1
templates/base/head.tmpl

@@ -122,7 +122,7 @@
 
 								<a class="navbar bold main-menu item{{if .PageIsExplore}} nav-active{{end}}" href="{{AppSubURL}}/trending"><i class="menu-icon octicon">🌐</i>{{.i18n.Tr "explore"}}</a>
 
-								<form class="search-mobile item" action="{{AppSubURL}}/trending" method="get">
+								<form class="search-mobile item" action="{{AppSubURL}}/explore/repos" method="get">
 									<div class="ui icon input">
 										<input class="searchbox" type="text" name="q" placeholder="{{.i18n.Tr "explore.search"}}..." autocomplete="off" required>
 										<i class="search icon"></i>