1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-09 11:08:19 +00:00
This commit is contained in:
yp05327
2023-03-20 16:37:20 +09:00
committed by GitHub
parent 854fcb1434
commit b33cae7a3a

View File

@@ -202,7 +202,7 @@
<div class="selected">
{{if .Project}}
<a class="item muted sidebar-item-link" href="{{.Project.Link}}">
{{if .IsOrganizationProject}}{{svg "octicon-project-symlink" 18 "gt-mr-3"}}{{else}}{{svg "octicon-project" 18 "gt-mr-3"}}{{end}}
{{if .Project.IsOrganizationProject}}{{svg "octicon-project-symlink" 18 "gt-mr-3"}}{{else}}{{svg "octicon-project" 18 "gt-mr-3"}}{{end}}
{{.Project.Title}}
</a>
{{end}}