Changeset d0f4c10 in Klonkt
- Timestamp:
- 06/20/2026 12:51:42 PM (3 months ago)
- Branches:
- main
- Children:
- 03fa548
- Parents:
- bc83cc8
- Location:
- src
- Files:
-
- 1 added
- 2 edited
-
routes/admin.js (modified) (1 diff)
-
views/pages/admin-help.ejs (added)
-
views/pages/admin.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin.js
rbc83cc8 rd0f4c10 105 105 }); 106 106 107 // Handleiding — doorzoekbare uitleg van alle Beheer-functies. Zichtbaar voor wie 108 // het Beheer mag zien (ingelogd); puur statische hulptekst, niets gevoeligs. 109 router.get('/handleiding', requireAuth, (req, res) => { 110 renderPage(req, res, 'pages/admin-help', { 111 pageTitle: 'Handleiding', 112 bodyClass: 'on-admin', 113 tenancy: getTenancy(), 114 }); 115 }); 116 107 117 export default router; -
src/views/pages/admin.ejs
rbc83cc8 rd0f4c10 41 41 <a href="/admin/settings/google" class="btn">🔑 Google</a> 42 42 <a href="/admin/updates" class="btn">🔄 Updates</a> 43 <a href="/admin/handleiding" class="btn">📖 Handleiding</a> 43 44 </nav> 44 45
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)