Changeset 99989f9 in Klonkt for src/views/partials/profile-header.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-header.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/profile-header.ejs
r74c5abc r99989f9 44 44 <button type="button" class="profile-photo" data-pf-summary aria-label="<%= _displayName || 'Profile' %>"> 45 45 <% if (_avatarUrl) { %> 46 <img src="<%= _avatarUrl%>" alt="">46 <img src="<%= avatar(_avatarUrl, 320) %>" alt=""> 47 47 <% } else if (site.enable_audio_player && (typeof audioEnabled === 'undefined' || audioEnabled)) { %> 48 48 <span class="profile-photo-fallback profile-photo-fallback--music" aria-hidden="true"> … … 112 112 <button type="button" class="pf-summary-close" aria-label="Sluiten">×</button> 113 113 <% if (_avatarUrl) { %> 114 <img class="pf-summary-photo" src="<%= _avatarUrl%>" alt="">114 <img class="pf-summary-photo" src="<%= avatar(_avatarUrl, 128) %>" alt=""> 115 115 <% } else { %> 116 116 <div class="pf-summary-photo pf-summary-photo--ph" aria-hidden="true">
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)