summaryrefslogtreecommitdiffstats
path: root/templates/admin
diff options
context:
space:
mode:
authorKN4CK3R <KN4CK3R@users.noreply.github.com>2021-04-30 19:25:13 +0200
committerGitHub <noreply@github.com>2021-04-30 19:25:13 +0200
commitc80d7f33b67ad1beff7378bcba3aa44ac84669e9 (patch)
treec479207edb2a5fe0f03d6f5d25b256a244d0dbea /templates/admin
parent1456978246c263acd6523534cf36b35f5ddbe0eb (diff)
downloadgitea-c80d7f33b67ad1beff7378bcba3aa44ac84669e9.tar.gz
gitea-c80d7f33b67ad1beff7378bcba3aa44ac84669e9.zip
Unified link creation. (#15619)
Diffstat (limited to 'templates/admin')
-rw-r--r--templates/admin/org/list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/org/list.tmpl b/templates/admin/org/list.tmpl
index e0c9ac39a7..75c4d39196 100644
--- a/templates/admin/org/list.tmpl
+++ b/templates/admin/org/list.tmpl
@@ -45,7 +45,7 @@
<td>{{.NumMembers}}</td>
<td>{{.NumRepos}}</td>
<td><span title="{{.CreatedUnix.FormatLong}}">{{.CreatedUnix.FormatShort}}</span></td>
- <td><a href="{{AppSubUrl}}/org/{{.Name}}/settings">{{svg "octicon-pencil"}}</a></td>
+ <td><a href="{{.OrganisationLink}}/settings">{{svg "octicon-pencil"}}</a></td>
</tr>
{{end}}
</tbody>