Changeset 82079ad in Klonkt for src/views/pages
- Timestamp:
- 06/24/2026 12:31:43 PM (3 months ago)
- Branches:
- main
- Children:
- 3d7312a
- Parents:
- 52ea6df
- File:
-
- 1 edited
-
src/views/pages/account.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/account.ejs
r52ea6df r82079ad 31 31 <label class="ax-avatar-wrap" title="<%= t('acct.avatar_change') %>"> 32 32 <span class="ax-profile-avatar"> 33 <% if (account.avatar_url) { %> 34 <img src="<%= account.avatar_url %>" alt=""> 33 <% var _av = account.avatar_url || (typeof siteAvatar !== 'undefined' ? siteAvatar : null); %> 34 <% if (_av) { %> 35 <img src="<%= _av %>" alt=""> 35 36 <% } else { %> 36 37 <span><%= account.username.charAt(0).toUpperCase() %></span> … … 45 46 <% } else { %> 46 47 <span class="ax-profile-avatar ax-profile-avatar-static"> 47 <% if (account.avatar_url) { %> 48 <img src="<%= account.avatar_url %>" alt=""> 48 <% var _av2 = account.avatar_url || (typeof siteAvatar !== 'undefined' ? siteAvatar : null); %> 49 <% if (_av2) { %> 50 <img src="<%= _av2 %>" alt=""> 49 51 <% } else { %> 50 52 <span><%= account.username.charAt(0).toUpperCase() %></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)