tangled
alpha
login
or
join now
t0.lv
/
core
forked from
tangled.org/core
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
appview: profile: prefix repo events with 'created'
anirudh.fi
11 months ago
4d149953
020db941
+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>