alpha
Login
or
Join now
dunkirk.sh
/
core
forked from
tangled.org/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.
This repository has no description
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
reword fork copy in timeline
author
Akshay
date
1 year ago
(Apr 2, 2025, 7:34 PM +0100)
commit
0e0fa8c7
0e0fa8c726b3456595e8f20947d23331c50b917c
parent
14fd8a9c
14fd8a9cbe229919e382f86b04baebc3c5a137d6
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
appview
pages
templates
timeline.html
+2
-2
appview/pages/templates/timeline.html
Reviewed
···
46
46
<a href="/{{ $userHandle }}" class="no-underline hover:underline">{{ $userHandle | truncateAt30 }}</a>
47
47
{{ if .Source }}
48
48
forked
49
49
-
<a href="/{{ $userHandle }}/{{ .Repo.Name }}" class="no-underline hover:underline">{{ .Repo.Name }}</a>
50
50
-
from
51
49
<a href="/{{ index $.DidHandleMap .Source.Did }}/{{ .Source.Name }}" class="no-underline hover:underline">{{ index $.DidHandleMap .Source.Did }}/{{ .Source.Name }}</a>
50
50
+
to
51
51
+
<a href="/{{ $userHandle }}/{{ .Repo.Name }}" class="no-underline hover:underline">{{ .Repo.Name }}</a>
52
52
{{ else }}
53
53
created
54
54
<a href="/{{ $userHandle }}/{{ .Repo.Name }}" class="no-underline hover:underline">{{ .Repo.Name }}</a>