From 41f0319b5ebb396c22e339f6ec7206680213707c Mon Sep 17 00:00:00 2001 From: trisua Date: Sun, 31 Aug 2025 19:06:59 -0400 Subject: [PATCH] fix: claim page --- app/public/style.css | 2 +- app/templates_src/claim.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/public/style.css b/app/public/style.css index 1cf9f64..5f7e506 100644 --- a/app/public/style.css +++ b/app/public/style.css @@ -817,7 +817,7 @@ dialog { border: 0; } -dialog.inner { +dialog .inner { display: flex; flex-direction: column; gap: var(--pad-2); diff --git a/app/templates_src/claim.lisp b/app/templates_src/claim.lisp index a860676..b81816a 100644 --- a/app/templates_src/claim.lisp +++ b/app/templates_src/claim.lisp @@ -24,7 +24,7 @@ (text "{% if metadata.tetratto_owner_username -%}") ; contact owner button (a - ("href" "{{ config.service_hosts.tetratto }}/mail/compose?receivers={{ tetratto_owner_username }}&subject=Reclaim%20for%20%22{{ entry.slug }}%22") + ("href" "{{ config.service_hosts.tetratto }}/mail/compose?receivers={{ metadata.tetratto_owner_username }}&subject=Reclaim%20for%20%22{{ entry.slug }}%22") ("class" "button surface no_fill") (text "{{ icon \"external-link\" }} Contact owner")) (text "{%- endif %}")