tangled
alpha
login
or
join now
tjh.dev
/
core
forked from
tangled.org/core
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
appview: repo/index: urlencode refs
anirudh.fi
1 year ago
d187bf2b
b6f0dceb
verified
This commit was signed with the committer's
known signature
.
anirudh.fi
SSH Key Fingerprint:
SHA256:cz35vdbiWEzCNEfuL9fMC2JVIhtXavXBHrRjv8gxpAk=
+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
···
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">