Changeset 39111c0 in Klonkt
- Timestamp:
- 08/06/2026 02:27:26 AM (5 weeks ago)
- Branches:
- main
- Children:
- 971d00b
- Parents:
- 50489c7
- git-author:
- Robin <roboburr@…> (08/06/2026 02:27:25 AM)
- git-committer:
- Claude (agent) <aiclaude@…> (08/06/2026 02:27:26 AM)
- File:
-
- 1 edited
-
src/views/partials/msg-item.ejs (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/msg-item.ejs
r50489c7 r39111c0 77 77 <% if (_t === 'sent') { %> 78 78 <span class="msg-who"><%= t('msg.you') %></span> 79 <% if (n.to_handle ) { %><span class="msg-handle">→ <%= n.to_handle %></span><% } %>79 <% if (n.to_handle && !_sub) { %><span class="msg-handle">→ <%= n.to_handle %></span><% } %> 80 80 <% } else { %> 81 81 <a class="msg-who" href="<%= n.url %>" target="_blank" rel="nofollow noopener"><%- emojiName(_who, n.actor_emoji_json) %></a> 82 <% if (n.handle && n.name) { %><span class="msg-handle"><%= n.handle %></span><% } %> 82 <% /* De naam blijft: binnen een draad moet je zien WIE wat zei. 83 De handle erachter niet -- die staat in de kop. */ %> 84 <% if (n.handle && n.name && !_sub) { %><span class="msg-handle"><%= n.handle %></span><% } %> 83 85 <% } %> 84 86 <% if (_new) { %><span class="msg-new" title="<%= t('msg.new') %>"></span><% } %> … … 89 91 </div> 90 92 93 <% var _hasWhat = !_sub || _priv 94 || (_t === 'mention' && (n.help_request || n.wave || n.note_url)) 95 || (_t === 'sent' && n.in_reply_to); %> 96 <% if (_hasWhat) { %> 91 97 <div class="msg-what"> 92 98 <% if (n.count && n.count > 1) { %> … … 99 105 <% } else if (_t === 'mention' && n.help_request) { %>🛟 <%= t('msg.help_request') %> 100 106 <% } else if (_t === 'mention' && n.wave) { %>👋 <%= t('msg.waved_at_you') %> 107 <% } else if (_sub) { %><%# binnen een draad zegt de kop al dat dit een gesprek is %> 101 108 <% } else if (_t === 'mention') { %><%= t('notif.mentioned') %> 102 109 <% } else if (_t === 'sent') { %><%= t('msg.sent_reply') %> … … 108 115 <% if (_t === 'sent' && n.in_reply_to) { %><a class="msg-post" href="<%= n.in_reply_to %>" target="_blank" rel="nofollow noopener"><%= t('tl.view_original') %></a><% } %> 109 116 </div> 117 <% } %> 110 118 111 119 <% if (_t === 'report' && n.content) { %><div class="msg-content"><%= n.content %></div>
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)