From 56c54cf8d1c9992e87611b92c59a95ea6acb324e Mon Sep 17 00:00:00 2001 From: pena 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 %>