mirror of https://github.com/go-gitea/gitea.git
Fix a regression when refactoring fork list (#34879)
Fix a regression when refactoring fork list from #34784pull/35076/head
parent
eb36a4554e
commit
9854df3e87
|
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
</h4>
|
||||
<div class="ui attached segment">
|
||||
{{template "shared/repo_search" .}}
|
||||
{{template "shared/repo/search" .}}
|
||||
</div>
|
||||
<div class="ui attached table segment">
|
||||
<table class="ui very basic striped table unstackable">
|
||||
|
|
|
|||
Loading…
Reference in New Issue