+15
-9
appview/pages/templates/layouts/repobase.html
+15
-9
appview/pages/templates/layouts/repobase.html
···
20
20
</div>
21
21
22
22
<div class="flex items-center gap-2 z-auto">
23
+
<a
24
+
class="btn text-sm no-underline hover:no-underline flex items-center gap-2 group"
25
+
href="/{{ .RepoInfo.FullName }}/feed.atom"
26
+
>
27
+
{{ i "rss" "size-4" }}
28
+
</a>
23
29
{{ template "repo/fragments/repoStar" .RepoInfo }}
24
-
<a
25
-
class="btn text-sm no-underline hover:no-underline flex items-center gap-2 group"
26
-
hx-boost="true"
27
-
href="/{{ .RepoInfo.FullName }}/fork"
28
-
>
29
-
{{ i "git-fork" "w-4 h-4" }}
30
-
fork
31
-
{{ i "loader-circle" "w-4 h-4 animate-spin hidden group-[.htmx-request]:inline" }}
32
-
</a>
30
+
<a
31
+
class="btn text-sm no-underline hover:no-underline flex items-center gap-2 group"
32
+
hx-boost="true"
33
+
href="/{{ .RepoInfo.FullName }}/fork"
34
+
>
35
+
{{ i "git-fork" "w-4 h-4" }}
36
+
fork
37
+
{{ i "loader-circle" "w-4 h-4 animate-spin hidden group-[.htmx-request]:inline" }}
38
+
</a>
33
39
</div>
34
40
</div>
35
41
{{ template "repo/fragments/repoDescription" . }}