Changeset 2cc887b in Klonkt for src/views/partials/bottom-tab.ejs
- Timestamp:
- 06/14/2026 08:33:10 AM (3 months ago)
- Branches:
- main
- Children:
- 52215bc
- Parents:
- 8b014ef
- File:
-
- 1 edited
-
src/views/partials/bottom-tab.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/bottom-tab.ejs
r8b014ef r2cc887b 12 12 const _path = (typeof currentPath !== 'undefined' && currentPath) ? currentPath : '/'; 13 13 const _canPost = !!(user && permissions && permissions.canCreatePost && permissions.canCreatePost(user, site)); 14 const _hasPrutter = !!(user && site && site.enable_prutter );14 const _hasPrutter = !!(user && site && site.enable_prutter && (typeof tenancy !== 'undefined' && tenancy === 'hub')); 15 15 const _ownProfile = user ? ('/users/' + user.username) : null; 16 16
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)