tangled
alpha
login
or
join now
yoten.app
/
yoten
17
fork
atom
Yōten: A social tracker for your language learning journey built on the atproto.
17
fork
atom
overview
issues
pulls
pipelines
fix: notification template for replies
brookjeynes.dev
5 months ago
d3a43223
43a8bc1b
verified
This commit was signed with the committer's
known signature
.
brookjeynes.dev
SSH Key Fingerprint:
SHA256:N3n3PCBSiXfS6EHlmGdx+LMEruJMj6FS2hqaXyfsw0s=
+5
-4
1 changed file
expand all
collapse all
unified
split
internal
server
views
partials
notification.templ
+5
-4
internal/server/views/partials/notification.templ
···
47
47
<p class="text-sm mt-1">
48
48
<a class="hover:underline" href={ templ.SafeURL("/" + params.Notification.ActorDid) }>
49
49
@{ params.Notification.ActorBskyHandle }
50
50
-
</a> replied to your comment on this
51
51
-
<a class="hover:underline" href={ templ.SafeURL("/" + params.Notification.SubjectDid + "/session/" + params.Notification.SubjectRkey) }>
52
52
-
study session
53
53
-
</a>
50
50
+
</a> replied to your study session
51
51
+
// TODO: Link to comment.
52
52
+
// <a class="hover:underline" href={ templ.SafeURL("/" + params.Notification.SubjectDid + "/comment/" + params.Notification.SubjectRkey) }>
53
53
+
// comment
54
54
+
// </a>
54
55
</p>
55
56
</div>
56
57
default: