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: fix raw link
oops
author
Anirudh Oppiliappan
date
1 year ago
(Mar 25, 2025, 6:48 PM +0200)
commit
a80b0799
a80b079987085fc03c46c8bd0027ece8c53502f8
parent
f0d9436d
f0d9436dca1d3989b93daaca9fee9feae0dcf3ba
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
appview
pages
templates
repo
blob.html
+1
-1
appview/pages/templates/repo/blob.html
Reviewed
···
42
42
<span class="select-none px-1 md:px-2 [&:before]:content-['·']"></span>
43
43
<span>{{ byteFmt .SizeHint }}</span>
44
44
<span class="select-none px-1 md:px-2 [&:before]:content-['·']"></span>
45
45
-
<a href="/{{ .RepoInfo.FullName }}/blob/raw/{{ .Ref }}/{{ .Path }}">view raw</a>
45
45
+
<a href="/{{ .RepoInfo.FullName }}/blob/{{ .Ref }}/raw/{{ .Path }}">view raw</a>
46
46
</div>
47
47
</div>
48
48
</div>