Changeset ef1853c in Klonkt for src/views/partials/msg-item.ejs
- Timestamp:
- 07/26/2026 09:52:24 AM (6 weeks ago)
- Branches:
- main
- Children:
- 42e7616
- Parents:
- 3597763
- File:
-
- 1 edited
-
src/views/partials/msg-item.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/msg-item.ejs
r3597763 ref1853c 40 40 <% if (n.to_handle) { %><span class="msg-handle">→ <%= n.to_handle %></span><% } %> 41 41 <% } else { %> 42 <a class="msg-who" href="<%= n.url %>" target="_blank" rel="nofollow noopener"><% = _who%></a>42 <a class="msg-who" href="<%= n.url %>" target="_blank" rel="nofollow noopener"><%- emojiName(_who, n.actor_emoji_json) %></a> 43 43 <% if (n.handle && n.name) { %><span class="msg-handle"><%= n.handle %></span><% } %> 44 44 <% } %> … … 67 67 68 68 <% if (_t === 'report' && n.content) { %><div class="msg-content"><%= n.content %></div> 69 <% } else if ((_t === 'reply' || _t === 'mention' || _t === 'sent') && n.content) { %><div class="msg-content"><%- n.content%></div>69 <% } else if ((_t === 'reply' || _t === 'mention' || _t === 'sent') && n.content) { %><div class="msg-content"><%- emojiHtml(n.content, n.emoji_json) %></div> 70 70 <% if (_t === 'mention' && n.wave && n.actorUri && canMutate) { %> 71 71 <form class="msg-quickreply" method="post" action="<%= (typeof siteUrlBase !== 'undefined' ? siteUrlBase : '') %>/messages/quick-reply" style="display:flex;gap:6px;flex-wrap:wrap;margin-top:6px">
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)