diff options
author | Norwin <noerw@users.noreply.github.com> | 2021-05-17 00:10:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 02:10:30 +0200 |
commit | ba76bd78b690d2795e01347a447e18fde5ec71cd (patch) | |
tree | 57327a37bce2c075d880651780c9ae97c5a9ba0b | |
parent | a32bfd867dc1619f3247310d16845c8b7b854e0e (diff) | |
download | gitea-ba76bd78b690d2795e01347a447e18fde5ec71cd.tar.gz gitea-ba76bd78b690d2795e01347a447e18fde5ec71cd.zip |
remove unimplemented searchbar from project view (#15901)
-rw-r--r-- | templates/repo/projects/view.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/repo/projects/view.tmpl b/templates/repo/projects/view.tmpl index 59939af6b9..7f0ac790de 100644 --- a/templates/repo/projects/view.tmpl +++ b/templates/repo/projects/view.tmpl @@ -6,9 +6,6 @@ <div class="column"> {{template "repo/issue/navbar" .}} </div> - <div class="column center aligned"> - {{template "repo/issue/search" .}} - </div> <div class="column right aligned"> {{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> |