tangled
alpha
login
or
join now
julien.rbrt.fr
/
tangled-core
forked from
tangled.org/core
0
fork
atom
Monorepo for Tangled — https://tangled.org
0
fork
atom
overview
issues
pulls
pipelines
appview: profile: prefix repo events with 'created'
anirudh.fi
11 months ago
95e43937
a70bcbc6
verified
This commit was signed with the committer's
known signature
.
anirudh.fi
SSH Key Fingerprint:
SHA256:cz35vdbiWEzCNEfuL9fMC2JVIhtXavXBHrRjv8gxpAk=
+1
-1
1 changed file
expand all
collapse all
unified
split
appview
pages
templates
user
profile.html
+1
-1
appview/pages/templates/user/profile.html
···
64
64
</div>
65
65
<div>
66
66
<p class="text-gray-600 dark:text-gray-300">
67
67
-
<a href="/{{ index $.DidHandleMap .Repo.Did }}/{{ .Repo.Name }}" class="no-underline hover:underline">{{ .Repo.Name }}</a>
67
67
+
created <a href="/{{ index $.DidHandleMap .Repo.Did }}/{{ .Repo.Name }}" class="no-underline hover:underline">{{ .Repo.Name }}</a>
68
68
<time class="text-gray-700 dark:text-gray-400 text-xs ml-2">{{ .Repo.Created | shortTimeFmt }}</time>
69
69
</p>
70
70
</div>