Changeset 6e9a95b in Klonkt


Ignore:
Timestamp:
06/16/2026 01:44:43 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
aa7f548
Parents:
0908b8f
Message:

Circles: Circle admin button on the Admin page (circle mode)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/admin.ejs

    r0908b8f r6e9a95b  
    2121      <% if (primarySite) { %>
    2222        <a href="/admin/sites/<%= primarySite.slug %>/edit" class="btn">🎨 Uiterlijk</a>
     23      <% } %>
     24      <% if (tenancy === 'circle') { %>
     25        <a href="/admin/circle" class="btn">🔗 Cirkel</a>
    2326      <% } %>
    2427      <a href="/admin/settings" class="btn">⚙️ Instellingen</a>
Note: See TracChangeset for help on using the changeset viewer.