mirror of
https://github.com/go-gitea/gitea
synced 2024-11-18 19:59:25 +01:00
Remove default column icon
This commit is contained in:
parent
715ec4cebb
commit
1c67fe6f5f
@ -72,7 +72,7 @@
|
||||
<div class="ui small circular grey label project-column-issue-count">
|
||||
{{.NumIssues ctx}}
|
||||
</div>
|
||||
<span class="project-column-title-label">{{.Title}}{{if .Default}}{{svg "octicon-star"}}{{end}}</span>
|
||||
<span class="project-column-title-label">{{.Title}}</span>
|
||||
</div>
|
||||
{{if $canWriteProject}}
|
||||
<div class="ui dropdown jump item">
|
||||
|
Loading…
Reference in New Issue
Block a user