mirror of https://github.com/go-gitea/gitea.git
remove unimplemented searchbar from project view (#15905)
This commit is contained in:
parent
0c2cbfcb3b
commit
4b771d393e
|
@ -6,9 +6,6 @@
|
||||||
<div class="column">
|
<div class="column">
|
||||||
{{template "repo/issue/navbar" .}}
|
{{template "repo/issue/navbar" .}}
|
||||||
</div>
|
</div>
|
||||||
<div class="column center aligned">
|
|
||||||
{{template "repo/issue/search" .}}
|
|
||||||
</div>
|
|
||||||
<div class="column right aligned">
|
<div class="column right aligned">
|
||||||
{{if and .CanWriteProjects (not .Repository.IsArchived) .PageIsProjects}}
|
{{if and .CanWriteProjects (not .Repository.IsArchived) .PageIsProjects}}
|
||||||
<a class="ui green button show-modal item" data-modal="#new-board-item">{{.i18n.Tr "new_project_board"}}</a>
|
<a class="ui green button show-modal item" data-modal="#new-board-item">{{.i18n.Tr "new_project_board"}}</a>
|
||||||
|
|
Loading…
Reference in New Issue