Changeset 834bcc3 in Klonkt for src/views/pages/admin-circle.ejs
- Timestamp:
- 06/23/2026 06:14:27 PM (3 months ago)
- Branches:
- main
- Children:
- d774679
- Parents:
- bb42dfb
- File:
-
- 1 edited
-
src/views/pages/admin-circle.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin-circle.ejs
rbb42dfb r834bcc3 79 79 <span class="circ-badge">⏸ <%= _cPaused %></span> 80 80 <% } else { %> 81 <%# Onbekende status: toon 'm rauw + eventuele reden i.p.v. stil "gepauzeerd". %>81 <%# Unknown status: show it raw + any reason instead of silently showing "paused". %> 82 82 <span class="circ-badge"><%= l.status %></span> 83 83 <% if (l.last_error) { %><div class="circ-reason"><%= l.last_error %></div><% } %> … … 123 123 .circ-status { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .5rem; margin-top: .25rem; font-size: .78rem; color: var(--ink-muted); } 124 124 .circ-meta { color: var(--ink-muted); } 125 /* Re den op een eigen regel onder de badge; normale woordafbreking (geenbreak-all126 die hele zinnen midden in woorden knipt — dat zit op de URL-small, niet hier). */125 /* Reason on its own line below the badge; normal word breaking (no break-all 126 that cuts whole sentences mid-word — that is applied to the URL small, not here). */ 127 127 .circ-reason { flex-basis: 100%; line-height: 1.4; color: var(--ink-muted); word-break: normal; overflow-wrap: anywhere; } 128 128 .btn-danger { background: #dc2626; color: #fff; border-color: #dc2626; }
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)