Changeset 9f81a09 in Klonkt for src/views/partials/view-switcher.ejs
- Timestamp:
- 06/16/2026 01:56:56 AM (3 months ago)
- Branches:
- main
- Children:
- d2c43f9
- Parents:
- 43dbf9c
- File:
-
- 1 edited
-
src/views/partials/view-switcher.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/view-switcher.ejs
r43dbf9c r9f81a09 5 5 <div class="view-switcher-wrap"> 6 6 <div class="container"> 7 <% if (typeof tenancy !== 'undefined' && tenancy === 'circle') { 8 var _onCirkel = (typeof bodyClass === 'string' && bodyClass.indexOf('on-cirkel') >= 0); 9 var _sb = (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : ''; 10 %> 11 <div class="feed-scope" role="tablist" aria-label="Solo of cirkel"> 12 <a class="feed-scope-btn<%= _onCirkel ? '' : ' is-active' %>" href="<%= _sb %>/" 13 role="tab" aria-selected="<%= _onCirkel ? 'false' : 'true' %>">Solo</a> 14 <a class="feed-scope-btn<%= _onCirkel ? ' is-active' : '' %>" href="<%= _sb %>/cirkel" 15 role="tab" aria-selected="<%= _onCirkel ? 'true' : 'false' %>">Cirkel</a> 16 </div> 17 <% } %> 7 18 <div class="view-switcher" role="tablist" aria-label="Weergave"> 8 19 <button type="button" class="view-switch-btn" data-view="timeline" role="tab"
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)