diff --git a/lib/host/blog.sx b/lib/host/blog.sx index e8283d52..925c143b 100644 --- a/lib/host/blog.sx +++ b/lib/host/blog.sx @@ -175,7 +175,8 @@ :style "margin:1.5em 0;padding:0.7em 1em;border:1px dashed #b9a;background:#fbf7fb;border-radius:4px;font-size:0.9em" (b "📅 Allocate to a calendar: ") (input :name "calendar" :value "main" :style "width:8em") - " " (button :type "submit" "Allocate on events")))))) + " " (button :type "submit" "Allocate on events") + " " (a :href "https://events.rose-ash.com/calendars" "→ view on events")))))) ;; MARSHAL the canonical activity → next/'s Erlang proplist shape, for the Erlang runner adapter ;; (RA). The seam activity is canonical; each runner adapter maps it to its substrate. Unused until ;; RA, defined + tested here so the reconcile is complete and RA has its bridge ready.