alpha
Login
or
Join now
4uffin.bsky.social
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
My own copy of Tangled :)
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
appview: repo/index: urlencode refs
author
Anirudh Oppiliappan
date
1 year ago
(Mar 18, 2025, 10:37 PM +0200)
commit
3e0f49fa
3e0f49faa4cd901ae74d7e55e2a0097a6b8ed527
parent
efc021ee
efc021ee1fbe63511d1d51cde9fd6abaa18813df
+3
-3
1 changed file
Expand all
Collapse all
Unified
Split
appview
pages
templates
repo
index.html
+3
-3
appview/pages/templates/repo/index.html
Reviewed
···
46
46
</optgroup>
47
47
</select>
48
48
<a
49
49
-
href="/{{ .RepoInfo.FullName }}/commits/{{ .Ref }}"
49
49
+
href="/{{ .RepoInfo.FullName }}/commits/{{ .Ref | urlquery }}"
50
50
class="ml-2 no-underline flex items-center gap-2 text-sm uppercase font-bold"
51
51
>
52
52
<i class="w-4 h-4" data-lucide="logs"></i>
···
66
66
<div class="{{ $containerstyle }}">
67
67
<div class="flex justify-between items-center">
68
68
<a
69
69
-
href="/{{ $.RepoInfo.FullName }}/tree/{{ $.Ref }}/{{ .Name }}"
69
69
+
href="/{{ $.RepoInfo.FullName }}/tree/{{ $.Ref | urlquery }}/{{ .Name }}"
70
70
class="{{ $linkstyle }}"
71
71
>
72
72
<div class="flex items-center gap-2">
···
91
91
<div class="{{ $containerstyle }}">
92
92
<div class="flex justify-between items-center">
93
93
<a
94
94
-
href="/{{ $.RepoInfo.FullName }}/blob/{{ $.Ref }}/{{ .Name }}"
94
94
+
href="/{{ $.RepoInfo.FullName }}/blob/{{ $.Ref | urlquery }}/{{ .Name }}"
95
95
class="{{ $linkstyle }}"
96
96
>
97
97
<div class="flex items-center gap-2">