0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-04 01:24:56 +02:00

fix data-url in root level group tree sortable

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-08-18 18:15:56 -04:00
parent b1fd7388de
commit 5efa32fe1c
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C

View File

@ -10,7 +10,7 @@
</h4>
<div class="ui attached segment" id="group-navigation-menu">
<ul class="tw-list-none tw-px-0 expandable-menu tw-m-0 tw-space-y-4{{if .IsOrganizationMember}} sortable{{end}}"{{if .IsOrganizationMember}}
data-url="{{ctx.Org.HomeLink}}/groups"{{end}}>
data-url="{{ctx.RootData.Org.HomeLink}}/groups"{{end}}>
{{range .GroupNavItems}}
{{template "group/sidebar/sidebar_item" dict "item" . "root" $}}
{{end}}