Changeset 8afbdd6 in Klonkt for src/views/partials/profile-sheet.ejs
- Timestamp:
- 06/14/2026 06:07:51 PM (3 months ago)
- Branches:
- main
- Children:
- c869272
- Parents:
- b94c08e
- File:
-
- 1 edited
-
src/views/partials/profile-sheet.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/profile-sheet.ejs
rb94c08e r8afbdd6 14 14 15 15 const _isAdmin = (user.role === 'god' || user.role === 'admin'); 16 const _canPost = !!(typeof permissions !== 'undefined' 16 const _canPost = !!((typeof canMutate === 'undefined' || canMutate) 17 && typeof permissions !== 'undefined' 17 18 && permissions 18 19 && permissions.canCreatePost
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)