Changeset 9a00f28 in Klonkt for src/views/pages/admin.ejs
- Timestamp:
- 07/22/2026 08:18:39 AM (7 weeks ago)
- Branches:
- main
- Children:
- 6b5d7da
- Parents:
- 96c714f
- git-author:
- Robin <roboburr@…> (07/22/2026 08:18:19 AM)
- git-committer:
- Robin <roboburr@…> (07/22/2026 08:18:39 AM)
- File:
-
- 1 edited
-
src/views/pages/admin.ejs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin.ejs
r96c714f r9a00f28 19 19 <% if (tenancy === 'hub') { %> 20 20 <p class="admin-tagline"><%= t('admin.tagline_hub') %></p> 21 <% } else if (typeof circlesOn !== 'undefined' && circlesOn) { %> 22 <p class="admin-tagline"><%= t('admin.tagline_cirkels') %></p> 21 23 <% } else { %> 22 24 <p class="admin-tagline"><%= t('admin.tagline_solo') %></p> … … 46 48 <% if (typeof premiumUnlocked === 'undefined' || premiumUnlocked) { %> 47 49 <a href="/admin/stats" class="btn"><%= t('admin.b_stats') %></a> 48 <a href="/admin/paid" class="btn"> Betaalde posts</a>50 <a href="/admin/paid" class="btn"><%= t('admin.b_paid') %></a> 49 51 <a href="/admin/newsletter" class="btn"><%= t('admin.b_newsletter') %></a> 50 52 <% if (tenancy !== 'hub' && primarySite) { %><a href="/pers" class="btn" target="_blank"><%= t('admin.b_perskit') %></a><% } %> … … 55 57 <%# Fediverse pages (News / Notifications / My replies / Blocking) are reached via the 56 58 "Fediverse" nav button + the bell + the tabbed section — not duplicated here. %> 57 <a href="/admin/push" class="btn"> Notificaties</a>59 <a href="/admin/push" class="btn"><%= t('admin.b_push') %></a> 58 60 <a href="/admin/updates" class="btn"><%= t('admin.b_updates') %></a> 59 61 <a href="/admin/handleiding" class="btn"><%= t('admin.b_help') %></a>
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)