Changeset 8cb1dc7 in Klonkt for src/views/pages/hub-home.ejs
- Timestamp:
- 06/14/2026 04:17:14 PM (3 months ago)
- Branches:
- main
- Children:
- 640b39c
- Parents:
- ccbd6a6
- File:
-
- 1 edited
-
src/views/pages/hub-home.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/hub-home.ejs
rccbd6a6 r8cb1dc7 5 5 <div class="hub-nav-inner container"> 6 6 <% if (user) { %> 7 <% if (user.role === 'god' || user.role === 'admin' ) { %>7 <% if (user.role === 'god' || user.role === 'admin' || (typeof userOwnsSite !== 'undefined' && userOwnsSite)) { %> 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)