Changeset 37edecd in Klonkt for src/views/pages/admin-stats.ejs
- Timestamp:
- 06/19/2026 03:46:42 AM (3 months ago)
- Branches:
- main
- Children:
- 1794fac
- Parents:
- 91094a4
- File:
-
- 1 edited
-
src/views/pages/admin-stats.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin-stats.ejs
r91094a4 r37edecd 65 65 </section> 66 66 </div> 67 68 <% if (typeof linkClicks !== 'undefined' && linkClicks.length) { %> 69 <section class="stats-top" style="margin-top:1.2rem"> 70 <h2>🔗 Link-in-bio klikken</h2> 71 <ol> 72 <% linkClicks.forEach(function(l){ %> 73 <li><a href="<%= l.url %>" target="_blank" rel="noopener"><%= l.url.replace(/^https?:\/\//,'').slice(0,48) %></a><span class="stats-count"><%= l.clicks %></span></li> 74 <% }); %> 75 </ol> 76 </section> 77 <% } %> 67 78 </div> 68 79
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)