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 %> +
+
+ +
+
+
+
+