aboutsummaryrefslogtreecommitdiffstats
path: root/templates/admin/repo
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-04-01 02:15:46 +0200
committerGitHub <noreply@github.com>2022-04-01 02:15:46 +0200
commit1eb0da58c399d35397d75c07b2fe41dd63aba3b4 (patch)
tree7780339f361a857d6778a45729418c3d927418c4 /templates/admin/repo
parent08d199245ade5f1c4e0898cfe67f3b635a287675 (diff)
downloadgitea-1eb0da58c399d35397d75c07b2fe41dd63aba3b4.tar.gz
gitea-1eb0da58c399d35397d75c07b2fe41dd63aba3b4.zip
Update JS dependencies (#19281)
- Upgrade all JS dependencies minus vue and vue-loader - Adapt to breaking change of octicons - Update eslint rules - Tested Swagger UI, sortablejs and prod build
Diffstat (limited to 'templates/admin/repo')
-rw-r--r--templates/admin/repo/unadopted.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/repo/unadopted.tmpl b/templates/admin/repo/unadopted.tmpl
index b1f172720a..345f59401a 100644
--- a/templates/admin/repo/unadopted.tmpl
+++ b/templates/admin/repo/unadopted.tmpl
@@ -25,7 +25,7 @@
{{range $dirI, $dir := .Dirs}}
<div class="item">
<div class="content">
- <span class="icon">{{svg "octicon-file-directory"}}</span>
+ <span class="icon">{{svg "octicon-file-directory-fill"}}</span>
<span class="name">{{$dir}}</span>
<div class="right floated content">
<button class="ui button submit tiny green adopt show-modal" data-modal="#adopt-unadopted-modal-{{$dirI}}"><span class="icon">{{svg "octicon-plus"}}</span><span class="label">{{$.i18n.Tr "repo.adopt_preexisting_label"}}</span></button>