- Timestamp:
- 07/17/2026 01:11:58 AM (8 weeks ago)
- Branches:
- main
- Children:
- 7d19465
- Parents:
- 67c1f24
- git-author:
- Robin <roboburr@…> (07/17/2026 01:11:44 AM)
- git-committer:
- Robin <roboburr@…> (07/17/2026 01:11:58 AM)
- File:
-
- 1 edited
-
src/views/pages/admin-stats.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin-stats.ejs
r67c1f24 r92a2c46 64 64 <span class="sc-vis" style="height: <%= visPct %>%"></span> 65 65 </div> 66 <span class="sc-day"><%= (i % _step === 0) ? d.day.slice(8) : '' %></span> 66 <%# Unlabeled columns get an NBSP so every .sc-day keeps its text line: an empty 67 span collapses to 0 height and made the 30/90-day columns jump around. %> 68 <span class="sc-day"><%= (i % _step === 0) ? d.day.slice(8) : ' ' %></span> 67 69 </div> 68 70 <% }); %>
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)