From 5900b42e132a45f8b2c8610da92f32067c77c57f Mon Sep 17 00:00:00 2001 From: dm Date: Sat, 27 Feb 2021 11:47:42 +0100 Subject: [PATCH] remove signup options --- views/layouts/outer-header.ejs | 2 +- views/partials/account.html | 13 +++++++------ views/partials/login.html | 8 ++++---- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/views/layouts/outer-header.ejs b/views/layouts/outer-header.ejs index 73eefacf..2e9fda85 100644 --- a/views/layouts/outer-header.ejs +++ b/views/layouts/outer-header.ejs @@ -19,7 +19,7 @@
<% if (!user) { %> <%=__("login")%> - <%=__("signup")%> + <% } else { %> <%=__("spaces")%> <%=__("logout")%> diff --git a/views/partials/account.html b/views/partials/account.html index ebffe757..58929533 100644 --- a/views/partials/account.html +++ b/views/partials/account.html @@ -20,8 +20,8 @@
Edit Account
<%=__("profile_caption")%>
<%=__("language_caption")%>
<%=__("notifications_caption")%>
-
<%=__("password_caption")%>
-
<%=__("terminate_caption")%>
+
@@ -78,11 +78,12 @@
Edit Account
+
@@ -126,7 +127,7 @@
Edit Account
-
+
diff --git a/views/partials/login.html b/views/partials/login.html index 242dcea1..e3e8f30e 100644 --- a/views/partials/login.html +++ b/views/partials/login.html @@ -5,7 +5,7 @@
<%= __("login") %> - <%= __("signup") %> +
@@ -21,7 +21,7 @@

Login

- "> + ">
"> @@ -35,9 +35,9 @@

Login

{{login_error}}
-
+