File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7878 <div class="ui circular label project-column-issue-count">
7979 {{.NumIssues}}
8080 </div>
81- <div class="project-column-title-text gt-ellipsis">{{.Title}}</div>
81+ <div class="project-column-title-text flex-text-inline gt-ellipsis">
82+ {{if .Default}}{{svg "octicon-star"}} {{end}}{{.Title}}
83+ </div>
8284 {{if $canWriteProject}}
8385 <div class="ui dropdown tw-p-1">
8486 {{svg "octicon-kebab-horizontal"}}
98100 data-modal-confirm-header="{{ctx.Locale.Tr "repo.projects.column.set_default"}}"
99101 data-modal-confirm-content="{{ctx.Locale.Tr "repo.projects.column.set_default_desc"}}"
100102 >
101- {{svg "octicon-pin "}} {{ctx.Locale.Tr "repo.projects.column.set_default"}}
103+ {{svg "octicon-star "}} {{ctx.Locale.Tr "repo.projects.column.set_default"}}
102104 </a>
103105 <a class="item button link-action" data-url="{{$.Link}}/{{.ID}}" data-link-action-method="DELETE"
104106 data-modal-confirm-header="{{ctx.Locale.Tr "repo.projects.column.delete"}}"
You can’t perform that action at this time.
0 commit comments