From b3373ff33253e38e2f1a6668d66f70a5f4401830 Mon Sep 17 00:00:00 2001 From: zapashcanon Date: Sat, 19 Feb 2022 23:00:30 +0100 Subject: [PATCH] add link to public profile on user profile --- src/user_profile.eml.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/user_profile.eml.html b/src/user_profile.eml.html index 7652781..75d3327 100644 --- a/src/user_profile.eml.html +++ b/src/user_profile.eml.html @@ -1,5 +1,7 @@ let f nick bio request =

<%s Format.sprintf "Hello %s !" nick %>

+

Check your public profile rendering.

+

Edit profile

<%s! Dream.form_tag ~action:"/profile" request %>