We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e00ba1 commit 204404bCopy full SHA for 204404b
templates/shared/search/code/results.tmpl
@@ -12,7 +12,7 @@
12
{{range $result := .SearchResults}}
13
{{$repo := or $.Repo (index $.RepoMaps .RepoID)}}
14
<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">
+ <h4 class="ui top attached header tw-font-normal flex-text-block tw-flex-wrap tw-py-2">
16
{{if not $.Repo}}
17
<span class="file tw-flex-1">
18
<a rel="nofollow" href="{{$repo.Link}}">{{$repo.FullName}}</a>
0 commit comments