From f5e4bcdc43193c551ea0defac45e25ade6357af3 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Thu, 25 Nov 2021 15:50:09 +0000 Subject: [PATCH] Prettify --- app/views/users/account/index.html.erb | 144 ++++++++++++------------- 1 file changed, 72 insertions(+), 72 deletions(-) diff --git a/app/views/users/account/index.html.erb b/app/views/users/account/index.html.erb index 90d07e690..7cc3c5d6f 100644 --- a/app/views/users/account/index.html.erb +++ b/app/views/users/account/index.html.erb @@ -1,73 +1,73 @@
-
-

- Your account -

-

- Personal details -

-
-
-
- Name -
-
- <%= current_user.name %> -
-
- - Change name - -
-
-
-
- Email address -
-
- <%= current_user.email %> -
-
- - Change email address - -
-
-
-
- Password -
-
- •••••••• -
-
- <%= link_to "Change", edit_user_registration_path, id: "change-password" %> -
-
-
-
- Organisation -
-
- <%= current_user.organisation %> -
-
- - -
-
-
-
- Role -
-
- <%= current_user.role %> -
-
- - -
-
-
-
-
\ No newline at end of file +
+

+ Your account +

+

+ Personal details +

+
+
+
+ Name +
+
+ <%= current_user.name %> +
+
+ + Change + name + +
+
+
+
+ Email address +
+
+ <%= current_user.email %> +
+
+ + Change + email address + +
+
+
+
+ Password +
+
+ •••••••• +
+
+ <%= link_to "Change", edit_user_registration_path, id: "change-password" %> +
+
+
+
+ Organisation +
+
+ <%= current_user.organisation %> +
+
+ +
+
+
+
+ Role +
+
+ <%= current_user.role %> +
+
+ +
+
+
+
+