forked from tangled.org/core
this repo has no description

appview: profile: prefix repo events with 'created'

anirudh.fi 95e43937 a70bcbc6

verified
Changed files
+1 -1
appview
pages
templates
+1 -1
appview/pages/templates/user/profile.html
···
</div>
<div>
<p class="text-gray-600 dark:text-gray-300">
-
<a href="/{{ index $.DidHandleMap .Repo.Did }}/{{ .Repo.Name }}" class="no-underline hover:underline">{{ .Repo.Name }}</a>
+
created <a href="/{{ index $.DidHandleMap .Repo.Did }}/{{ .Repo.Name }}" class="no-underline hover:underline">{{ .Repo.Name }}</a>
<time class="text-gray-700 dark:text-gray-400 text-xs ml-2">{{ .Repo.Created | shortTimeFmt }}</time>
</p>
</div>