|
26 | 26 | </span>
|
27 | 27 | {{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
28 | 28 | <div class="menu">
|
29 |
| - <a class="item" href="{{printf "%s?%s" .Link $queryParamsWithSort}}">{{ctx.Locale.Tr "filter.reset"}}</a> |
| 29 | + <a class="item" href="{{printf "%s?%s" .Link $queryParamsWithSort}}">{{ctx.Locale.Tr "filter.clear"}}</a> |
30 | 30 | <div class="divider"></div>
|
31 |
| - <label class="item no-blur"><input type="radio" name="archived" {{if .IsArchived.IsTrue}}checked{{end}} value="1"> {{ctx.Locale.Tr "filter.is_archived"}}</label> |
32 |
| - <label class="item no-blur"><input type="radio" name="archived" {{if .IsArchived.IsFalse}}checked{{end}} value="0"> {{ctx.Locale.Tr "filter.not_archived"}}</label> |
| 31 | + <label class="item"><input type="radio" name="archived" {{if .IsArchived.IsTrue}}checked{{end}} value="1"> {{ctx.Locale.Tr "filter.is_archived"}}</label> |
| 32 | + <label class="item"><input type="radio" name="archived" {{if .IsArchived.IsFalse}}checked{{end}} value="0"> {{ctx.Locale.Tr "filter.not_archived"}}</label> |
33 | 33 | <div class="divider"></div>
|
34 |
| - <label class="item no-blur"><input type="radio" name="fork" {{if .IsFork.IsTrue}}checked{{end}} value="1"> {{ctx.Locale.Tr "filter.is_fork"}}</label> |
35 |
| - <label class="item no-blur"><input type="radio" name="fork" {{if .IsFork.IsFalse}}checked{{end}} value="0"> {{ctx.Locale.Tr "filter.not_fork"}}</label> |
| 34 | + <label class="item"><input type="radio" name="fork" {{if .IsFork.IsTrue}}checked{{end}} value="1"> {{ctx.Locale.Tr "filter.is_fork"}}</label> |
| 35 | + <label class="item"><input type="radio" name="fork" {{if .IsFork.IsFalse}}checked{{end}} value="0"> {{ctx.Locale.Tr "filter.not_fork"}}</label> |
36 | 36 | <div class="divider"></div>
|
37 |
| - <label class="item no-blur"><input type="radio" name="mirror" {{if .IsMirror.IsTrue}}checked{{end}} value="1"> {{ctx.Locale.Tr "filter.is_mirror"}}</label> |
38 |
| - <label class="item no-blur"><input type="radio" name="mirror" {{if .IsMirror.IsFalse}}checked{{end}} value="0"> {{ctx.Locale.Tr "filter.not_mirror"}}</label> |
| 37 | + <label class="item"><input type="radio" name="mirror" {{if .IsMirror.IsTrue}}checked{{end}} value="1"> {{ctx.Locale.Tr "filter.is_mirror"}}</label> |
| 38 | + <label class="item"><input type="radio" name="mirror" {{if .IsMirror.IsFalse}}checked{{end}} value="0"> {{ctx.Locale.Tr "filter.not_mirror"}}</label> |
39 | 39 | <div class="divider"></div>
|
40 |
| - <label class="item no-blur"><input type="radio" name="private" {{if .IsPrivate.IsFalse}}checked{{end}} value="0"> {{ctx.Locale.Tr "filter.public"}}</label> |
41 |
| - <label class="item no-blur"><input type="radio" name="private" {{if .IsPrivate.IsTrue}}checked{{end}} value="1"> {{ctx.Locale.Tr "filter.private"}}</label> |
| 40 | + <label class="item"><input type="radio" name="template" {{if .IsTemplate.IsTrue}}checked{{end}} value="1"> {{ctx.Locale.Tr "filter.is_template"}}</label> |
| 41 | + <label class="item"><input type="radio" name="template" {{if .IsTemplate.IsFalse}}checked{{end}} value="0"> {{ctx.Locale.Tr "filter.not_template"}}</label> |
| 42 | + <div class="divider"></div> |
| 43 | + <label class="item"><input type="radio" name="private" {{if .IsPrivate.IsFalse}}checked{{end}} value="0"> {{ctx.Locale.Tr "filter.public"}}</label> |
| 44 | + <label class="item"><input type="radio" name="private" {{if .IsPrivate.IsTrue}}checked{{end}} value="1"> {{ctx.Locale.Tr "filter.private"}}</label> |
42 | 45 | </div>
|
43 | 46 | </div>
|
44 | 47 | </form>
|
|
0 commit comments