Changeset fcd6964 in Klonkt for src/views/pages/messages.ejs
- Timestamp:
- 07/24/2026 08:59:51 PM (7 weeks ago)
- Branches:
- main
- Children:
- c6185fa
- Parents:
- 3ffbedd
- File:
-
- 1 edited
-
src/views/pages/messages.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/messages.ejs
r3ffbedd rfcd6964 24 24 <% } %> 25 25 26 <%# FEP-633c §2: the ward always sees who guards it (committed relations). %> 27 <% if (typeof myGuardians !== 'undefined' && myGuardians.length) { %> 28 <div class="alert" style="display:flex;align-items:center;gap:12px;flex-wrap:wrap;border-left:3px solid #35a2ff;"> 29 <span style="font-size:1.4em;">🛡</span> 30 <div style="flex:1;min-width:200px;"> 31 <strong><%= t('msg.guardians_label') %></strong><br> 32 <span><%= myGuardians.map(function(g){ return g.handle; }).join(', ') %></span> 33 </div> 34 </div> 35 <% } %> 36 26 37 <div class="msg-filters" role="tablist" aria-label="<%= t('msg.title') %>"> 27 38 <button type="button" class="msg-chip is-on" data-show="all"><%= t('msg.filter_all') %></button>
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)