Monorepo for Tangled tangled.org
8

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: show repo name in the settings

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

author
Anirudh Oppiliappan
date (May 16, 2026, 12:13 PM +0300) commit 811a6834 parent ce5aeb02 change-id qukmmyuy
+3 -3
+3 -3
appview/pages/templates/repo/settings/sites.html
··· 32 32 {{ else }} 33 33 <div class="flex items-center gap-2 px-3 py-2 rounded border border-green-200 dark:border-green-800 bg-green-50 dark:bg-green-900/20 text-sm text-green-800 dark:text-green-300"> 34 34 {{ i "circle-check" "size-4 shrink-0" }} 35 - live at <a class="underline font-mono" href="https://{{ .OwnerClaim.Domain }}/{{ .RepoInfo.Rkey }}">{{ .OwnerClaim.Domain }}/{{ .RepoInfo.Rkey }}</a> 35 + live at <a class="underline font-mono" href="https://{{ .OwnerClaim.Domain }}/{{ .RepoInfo.Name }}">{{ .OwnerClaim.Domain }}/{{ .RepoInfo.Name }}</a> 36 36 </div> 37 37 {{ end }} 38 38 {{ else if and .SiteConfig (not .OwnerClaim) }} ··· 157 157 <span class="font-medium">sub-path site</span> 158 158 <p class="text-xs text-gray-500 dark:text-gray-400 mt-2"> 159 159 {{ if .OwnerClaim }} 160 - <code>{{ .OwnerClaim.Domain }}/{{ $.RepoInfo.Rkey }}</code> 160 + <code>{{ .OwnerClaim.Domain }}/{{ $.RepoInfo.Name }}</code> 161 161 {{ else }} 162 - e.g. <code>you.tngl.page/{{ $.RepoInfo.Rkey }}</code> 162 + e.g. <code>you.tngl.page/{{ $.RepoInfo.Name }}</code> 163 163 {{ end }} 164 164 </p> 165 165 </div>