Changeset f5c3870 in Klonkt for src/views/pages
- Timestamp:
- 06/24/2026 04:08:34 PM (3 months ago)
- Branches:
- main
- Children:
- 19a72df
- Parents:
- d0cab9d
- Location:
- src/views/pages
- Files:
-
- 1 added
- 2 edited
-
admin.ejs (modified) (1 diff)
-
blocks.ejs (added)
-
timeline.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin.ejs
rd0cab9d rf5c3870 59 59 <a href="/tijdlijn" class="btn">🌐 <%= t('tl.title') %></a> 60 60 <a href="/meldingen" class="btn">🔔 <%= t('notif.title') %></a> 61 <a href="/blokkeren" class="btn">🚫 <%= t('blk.title') %></a> 61 62 <a href="/admin/updates" class="btn"><%= t('admin.b_updates') %></a> 62 63 <a href="/admin/handleiding" class="btn"><%= t('admin.b_help') %></a> -
src/views/pages/timeline.ejs
rd0cab9d rf5c3870 49 49 <form method="post" action="/tijdlijn/boost" class="tl-act-form"><input type="hidden" name="note" value="<%= p.id %>"><input type="hidden" name="author" value="<%= p.author_uri %>"><button type="submit" class="tl-act" title="<%= t('fedi.boosts') %>">🔁</button></form> 50 50 <button type="button" class="tl-act fedi-remote-reply-btn" data-fedi-uri="<%= p.id %>" data-fedi-ph="<%= t('fedi.remote_ph') %>" title="<%= t('fedi.remote_reply') %>">↩</button> 51 <form method="post" action="/blokkeren/add" class="tl-act-form" onsubmit="return confirm('<%= t('tl.block') %>?');"><input type="hidden" name="target" value="<%= p.author_uri %>"><button type="submit" class="tl-act" title="<%= t('tl.block') %>">🚫</button></form> 51 52 </div> 52 53 </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)