add link to public profile on user profile
This commit is contained in:
parent
23e0add29d
commit
b3373ff332
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
let f nick bio request =
|
let f nick bio request =
|
||||||
<h1><%s Format.sprintf "Hello %s !" nick %></h1>
|
<h1><%s Format.sprintf "Hello %s !" nick %></h1>
|
||||||
|
<p>Check your <a href="/user/<%s nick %>">public profile rendering</a>.</p>
|
||||||
|
<h2>Edit profile</h2>
|
||||||
<%s! Dream.form_tag ~action:"/profile" request %>
|
<%s! Dream.form_tag ~action:"/profile" request %>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="bio" class="form-label">Bio</label>
|
<label for="bio" class="form-label">Bio</label>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue