File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 109
109
<div class="item">
110
110
<div class="content">
111
111
{{if .IsPrivate}}
112
- <span class="text gold iconFloat"> {{svg "octicon-lock"}}</span>
112
+ {{svg "octicon-lock" 16 "mr-2 iconFloat text gold"}}
113
113
{{else if .IsFork}}
114
- <span class="iconFloat"> {{svg "octicon-repo-forked"}}</span>
114
+ {{svg "octicon-repo-forked" 16 "mr-2 iconFloat"}}
115
115
{{else if .IsMirror}}
116
- <span class="iconFloat"> {{svg "octicon-mirror"}}</span>
116
+ {{svg "octicon-mirror" 16 "mr-2 iconFloat"}}
117
117
{{else if .IsTemplate}}
118
- <span class="iconFloat"> {{svg "octicon-repo-template"}}</span>
118
+ {{svg "octicon-repo-template" 16 "mr-2 iconFloat"}}
119
119
{{else}}
120
- <span class="iconFloat"> {{svg "octicon-repo"}}</span>
120
+ {{svg "octicon-repo" 16 "mr-2 iconFloat"}}
121
121
{{end}}
122
122
<a class="name" href="{{.Link}}">{{.OwnerName}}/{{.Name}}</a>
123
123
<span>{{FileSize .Size}}</span>
You can’t perform that action at this time.
0 commit comments