Changeset b9beb16 in Klonkt
- Timestamp:
- 07/21/2026 03:29:56 AM (7 weeks ago)
- Branches:
- main
- Children:
- 4590e66
- Parents:
- 072a242
- git-author:
- Robin <roboburr@…> (07/21/2026 03:29:53 AM)
- git-committer:
- Robin <roboburr@…> (07/21/2026 03:29:56 AM)
- Location:
- src
- Files:
-
- 2 edited
-
routes/paid.js (modified) (1 diff)
-
views/pages/paid-result.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/paid.js
r072a242 rb9beb16 69 69 pageTitle: 'Ontgrendelen', bodyClass: 'on-special', ok: false, 70 70 reason: active ? 'tier' : 'notpatron', neededCents: payload.cents, haveCents: cents, postSlug: payload.post, patronUrl, 71 debug: membership ? membership.diag : 'no_response',72 71 }); 73 72 } -
src/views/pages/paid-result.ejs
r072a242 rb9beb16 34 34 <% } %> 35 35 </div> 36 37 <% if (typeof debug !== 'undefined' && debug) { %>38 <p class="pr-diag">diagnose: <code><%= debug %></code></p>39 <% } %>40 36 </div> 41 37 </section> … … 50 46 .pr-btn { display: inline-block; padding: 11px 20px; border-radius: 10px; background: var(--accent,#6b8f71); color: #fff; text-decoration: none; font-weight: 600; } 51 47 .pr-btn-ghost { background: transparent; color: var(--ink,#222); border: 1px solid color-mix(in srgb, var(--ink,#000) 22%, transparent); } 52 .pr-diag { margin: 18px 0 0; font-size: 12px; opacity: .6; word-break: break-all; }53 .pr-diag code { font-family: ui-monospace, monospace; }54 48 </style>
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)