summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoryp05327 <576951401@qq.com>2023-05-12 15:38:59 +0900
committerGitHub <noreply@github.com>2023-05-12 14:38:59 +0800
commitbc719f549ee67a141302fca545c44262b9fed332 (patch)
treec077298859865b0d72464461bf612ffd3a875a4b /templates
parent8251b317f7b7a2b5f626a02fa3bb540a1495e81d (diff)
downloadgitea-bc719f549ee67a141302fca545c44262b9fed332.tar.gz
gitea-bc719f549ee67a141302fca545c44262b9fed332.zip
Update pin and add pin-slash (#24669)
Continue #23531 Thanks for the update in https://github.com/primer/octicons/issues/940, @CameronFoxly ![image](https://github.com/go-gitea/gitea/assets/18380374/bc512b20-b656-4bd7-8e70-3a2b7eca9d65) ![image](https://github.com/go-gitea/gitea/assets/18380374/a3863267-6a7a-48d5-8157-9f361fec3fed)
Diffstat (limited to 'templates')
-rw-r--r--templates/projects/view.tmpl2
-rw-r--r--templates/repo/projects/view.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/projects/view.tmpl b/templates/projects/view.tmpl
index 3274463435..014a748317 100644
--- a/templates/projects/view.tmpl
+++ b/templates/projects/view.tmpl
@@ -109,7 +109,7 @@
data-modal-default-project-board-header="{{$.locale.Tr "repo.projects.column.unset_default"}}"
data-modal-default-project-board-content="{{$.locale.Tr "repo.projects.column.unset_default_desc"}}"
data-url="{{$.Link}}/{{.ID}}/unsetdefault">
- {{svg "octicon-pin"}}
+ {{svg "octicon-pin-slash"}}
{{$.locale.Tr "repo.projects.column.unset_default"}}
</a>
{{end}}
diff --git a/templates/repo/projects/view.tmpl b/templates/repo/projects/view.tmpl
index 4c4f82c8e7..73548701d4 100644
--- a/templates/repo/projects/view.tmpl
+++ b/templates/repo/projects/view.tmpl
@@ -115,7 +115,7 @@
data-modal-default-project-board-content="{{$.locale.Tr "repo.projects.column.unset_default_desc"}}"
data-type="unset_default"
data-url="{{$.Link}}/{{.ID}}/unsetdefault">
- {{svg "octicon-pin"}}
+ {{svg "octicon-pin-slash"}}
{{$.locale.Tr "repo.projects.column.unset_default"}}
</a>
{{end}}