Changeset 44cf44d in Klonkt for src/views/pages/hub-home.ejs
- Timestamp:
- 06/17/2026 12:12:59 AM (3 months ago)
- Branches:
- main
- Children:
- 79bba6e
- Parents:
- 3cd1aaa
- File:
-
- 1 edited
-
src/views/pages/hub-home.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/hub-home.ejs
r3cd1aaa r44cf44d 6 6 <% if (user) { %> 7 7 <% if (typeof canSeeBeheer !== 'undefined' && canSeeBeheer) { %> 8 <a class="hub-nav-link" href="/admin">Beheer</a> 8 <a class="hub-nav-link" href="/admin" 9 hx-get="/admin?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" 10 hx-push-url="/admin" hx-indicator="#pcms-loading">Beheer</a> 9 11 <% } %> 10 <a class="hub-nav-link" href="/account"><%= user.username %></a> 12 <a class="hub-nav-link" href="/account" 13 hx-get="/account?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" 14 hx-push-url="/account" hx-indicator="#pcms-loading"><%= user.username %></a> 11 15 <a class="hub-nav-link" href="/auth/logout">Uitloggen</a> 12 16 <% } else { %>
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)