Changeset 5462bab in Klonkt for src/views/pages
- Timestamp:
- 07/31/2026 01:52:04 PM (6 weeks ago)
- Branches:
- main
- Children:
- f434294
- Parents:
- ccaa530
- File:
-
- 1 edited
-
src/views/pages/admin-site-edit.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin-site-edit.ejs
rccaa530 r5462bab 217 217 <p class="form-hint"><%= t('asite.aliases_hint') %></p> 218 218 <label> 219 <textarea name="ap_aliases" rows="3" placeholder="@oud@mastodon.social https://andere-klonkt.example/ap/users/naam"><%= apAliases %></textarea> 219 <%# typeof-guard on purpose: during a deploy an old route can render this new 220 template for one request (view cache fills on first hit). A missing local 221 must degrade to an empty field, not take the whole page down with a 500. %> 222 <textarea name="ap_aliases" rows="3" placeholder="@oud@mastodon.social https://andere-klonkt.example/ap/users/naam"><%= typeof apAliases !== 'undefined' ? apAliases : '' %></textarea> 220 223 </label> 221 224 </fieldset>
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)