Changeset a3169f5 in Klonkt for src/views/pages/hub-home.ejs
- Timestamp:
- 06/14/2026 06:35:59 PM (3 months ago)
- Branches:
- main
- Children:
- ce8c8c2
- Parents:
- 5e95aac
- File:
-
- 1 edited
-
src/views/pages/hub-home.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/hub-home.ejs
r5e95aac ra3169f5 5 5 <div class="hub-nav-inner container"> 6 6 <% if (user) { %> 7 <% if ( user.role === 'god' || user.role === 'admin' || (typeof userOwnsSite !== 'undefined' && userOwnsSite)) { %>7 <% if (typeof canSeeBeheer !== 'undefined' && canSeeBeheer) { %> 8 8 <a class="hub-nav-link" href="/admin">Beheer</a> 9 9 <% } %>
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)