Skip to content

Commit 204404b

Browse files
Update templates/shared/search/code/results.tmpl
Co-authored-by: wxiaoguang <[email protected]> Signed-off-by: silverwind <[email protected]>
1 parent 6e00ba1 commit 204404b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/search/code/results.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{{range $result := .SearchResults}}
1313
{{$repo := or $.Repo (index $.RepoMaps .RepoID)}}
1414
<div class="diff-file-box file-content non-diff-file-content repo-search-result">
15-
<h4 class="ui top attached header tw-font-normal tw-flex tw-flex-wrap tw-items-center tw-py-2 flex-text-block">
15+
<h4 class="ui top attached header tw-font-normal flex-text-block tw-flex-wrap tw-py-2">
1616
{{if not $.Repo}}
1717
<span class="file tw-flex-1">
1818
<a rel="nofollow" href="{{$repo.Link}}">{{$repo.FullName}}</a>

0 commit comments

Comments
 (0)