Changeset ab544fd in Klonkt for src/views/pages
- Timestamp:
- 06/14/2026 04:49:24 PM (3 months ago)
- Branches:
- main
- Children:
- 6150acb
- Parents:
- a64f642
- File:
-
- 1 edited
-
src/views/pages/hub-home.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/hub-home.ejs
ra64f642 rab544fd 38 38 <% artists.forEach(function(a){ %> 39 39 <a class="roster-card" href="/user/<%= a.slug %>"> 40 <span class="roster-avatar"<% if (a.profile_photo) { %> style="background-image:url('<%= a.profile_photo %>')"<% } else { %> style="background:<%= a.accent || 'var(--accent)' %>;color:#fff"<% } %>> 41 <% if (!a.profile_photo) { %><%= (a.title || a.slug).charAt(0).toUpperCase() %><% } %> 40 <% var _ava = a.profile_photo || a.owner_avatar; %> 41 <span class="roster-avatar"<% if (_ava) { %> style="background-image:url('<%= _ava %>')"<% } else { %> style="background:<%= a.accent || 'var(--accent)' %>;color:#fff"<% } %>> 42 <% if (!_ava) { %><%= (a.title || a.slug).charAt(0).toUpperCase() %><% } %> 42 43 </span> 43 44 <span class="roster-name"><%= a.title %></span>
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)