forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

appview: pages: repobase: add link to atom feed

Signed-off-by: dusk <y.bera003.06@protonmail.com>

Changed files
+15 -9
appview
pages
templates
layouts
+15 -9
appview/pages/templates/layouts/repobase.html
···
</div>
<div class="flex items-center gap-2 z-auto">
+
<a
+
class="btn text-sm no-underline hover:no-underline flex items-center gap-2 group"
+
href="/{{ .RepoInfo.FullName }}/feed.atom"
+
>
+
{{ i "rss" "size-4" }}
+
</a>
{{ template "repo/fragments/repoStar" .RepoInfo }}
-
<a
-
class="btn text-sm no-underline hover:no-underline flex items-center gap-2 group"
-
hx-boost="true"
-
href="/{{ .RepoInfo.FullName }}/fork"
-
>
-
{{ i "git-fork" "w-4 h-4" }}
-
fork
-
{{ i "loader-circle" "w-4 h-4 animate-spin hidden group-[.htmx-request]:inline" }}
-
</a>
+
<a
+
class="btn text-sm no-underline hover:no-underline flex items-center gap-2 group"
+
hx-boost="true"
+
href="/{{ .RepoInfo.FullName }}/fork"
+
>
+
{{ i "git-fork" "w-4 h-4" }}
+
fork
+
{{ i "loader-circle" "w-4 h-4 animate-spin hidden group-[.htmx-request]:inline" }}
+
</a>
</div>
</div>
{{ template "repo/fragments/repoDescription" . }}