From 687b327cf8fd2b7122eb9b5ba6c8a24996b60966 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sun, 25 Jun 2023 17:10:29 +0200 Subject: feat: Add mockup for user settings --- templates/settings.html | 74 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 56 insertions(+), 18 deletions(-) (limited to 'templates') diff --git a/templates/settings.html b/templates/settings.html index f8423fc..2aa1a80 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -1,25 +1,63 @@ {{template "layout.html" .}} {{define "title"}} {{.Title}} {{end}} {{define "content"}} -
-
-
- -
+
+
+ +
+
+ +
+
+
+
+ +
+
+
+ +
+
-
-
- +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
UsernamePathIs Admin?Action
gabrielgio/home/gabrielgioyes + Edit + Delete +
beatriz/home/beatrizno + Edit + Delete +
-
- -
- +
{{end}} -- cgit v1.2.3