1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 20:48:20 +00:00

switch to fomantic-ui (#9374)

This commit is contained in:
techknowlogick
2019-12-17 16:34:11 -05:00
committed by GitHub
parent 601b0cf4c1
commit 590d56dbb3
68 changed files with 105598 additions and 3541 deletions

View File

@@ -27,7 +27,7 @@
{{end}}
]&sort={{$.SortType}}&state={{$.State}}" title="{{.FullName}}">
<span class="text truncate">{{$Repo.FullName}}</span>
<div class="floating ui {{if $.IsShowClosed}}red{{else}}green{{end}} label">{{index $.Counts $Repo.ID}}</div>
<div class="ui {{if $.IsShowClosed}}red{{else}}green{{end}} label">{{index $.Counts $Repo.ID}}</div>
</a>
{{end}}
{{end}}