File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
<div class="ui action input">
16
16
<input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "repo.search.search_repo"}}">
17
17
<button class="ui icon button" type="submit">
18
- <i class=" search icon"></i>
18
+ {{svg "octicon- search"}}
19
19
</button>
20
20
</div>
21
21
</div>
34
34
<div class="ui fluid multiple search selection dropdown">
35
35
<input type="hidden" name="topics" value="{{range $i, $v := .Topics}}{{.Name}}{{if lt (Add $i 1) (len $.Topics)}},{{end}}{{end}}">
36
36
{{range .Topics}}
37
- <div class="ui small label topic transition visible" data-value="{{.Name}}" style="display: inline-block !important; cursor: default;">{{.Name}}<i class=" delete icon"></i> </div>
37
+ <div class="ui small label topic transition visible" data-value="{{.Name}}" style="display: inline-block !important; cursor: default;">{{.Name}}{{svg "octicon-x" 16 " delete icon ml-3 mt-1"}} </div>
38
38
{{end}}
39
39
<div class="text"></div>
40
40
</div>
131
131
</button>
132
132
{{end}}
133
133
<div class="ui basic jump dropdown icon button poping up" data-content="{{.i18n.Tr "repo.download_archive"}}" data-variation="tiny inverted" data-position="top right">
134
- <i class=" download icon"></i>
134
+ {{svg "octicon- download"}}
135
135
<div class="menu">
136
136
<a class="item" href="{{$.RepoLink}}/archive/{{EscapePound $.BranchName}}.zip">{{svg "octicon-file-zip"}} ZIP</a>
137
137
<a class="item" href="{{$.RepoLink}}/archive/{{EscapePound $.BranchName}}.tar.gz">{{svg "octicon-file-zip"}} TAR.GZ</a>
You can’t perform that action at this time.
0 commit comments