Changeset 99989f9 in Klonkt for src/views/partials/profile-sheet.ejs
- Timestamp:
- 06/28/2026 04:57:19 PM (2 months ago)
- Branches:
- main
- Children:
- 201ec06
- Parents:
- 74c5abc
- File:
-
- 1 edited
-
src/views/partials/profile-sheet.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/profile-sheet.ejs
r74c5abc r99989f9 37 37 <div class="profile-sheet-header"> 38 38 <% if (user.avatar_url) { %> 39 <img class="profile-sheet-avatar profile-sheet-avatar-img" src="<%= user.avatar_url%>" alt="" aria-hidden="true">39 <img class="profile-sheet-avatar profile-sheet-avatar-img" src="<%= avatar(user.avatar_url, 128) %>" alt="" aria-hidden="true"> 40 40 <% } else { %> 41 41 <div class="profile-sheet-avatar" aria-hidden="true"><%= user.username.charAt(0).toUpperCase() %></div>
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)