Browse Source

Fix a regression when refactoring fork list (#34879)

Fix a regression when refactoring fork list from #34784
pull/35076/head
Lunny Xiao 6 months ago committed by GitHub
parent
commit
9854df3e87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      templates/admin/repo/list.tmpl

2
templates/admin/repo/list.tmpl

@ -7,7 +7,7 @@ @@ -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…
Cancel
Save