diff --git a/themes/default/templates/login.html.ep b/themes/default/templates/login.html.ep index 75f7643..da8ae66 100644 --- a/themes/default/templates/login.html.ep +++ b/themes/default/templates/login.html.ep @@ -1,24 +1,32 @@ -
+
% if (defined stash('msg')) { -
-
+
+
<%= stash('msg') %>
-
+
% } -
- -
- - -
- %= csrf_field - +
+ +
+ +
+ +
+
+
+ + +
+ %= csrf_field + - - -
+
+
+ +
+
+ + + \ No newline at end of file diff --git a/themes/default/templates/logout.html.ep b/themes/default/templates/logout.html.ep index 663d5c3..e9d501d 100644 --- a/themes/default/templates/logout.html.ep +++ b/themes/default/templates/logout.html.ep @@ -1,11 +1,19 @@ - -
+
% if (defined stash('msg')) { -
<%= stash('msg') %>
+
+
+ <%= stash('msg') %> +
+
% } else { - +
+ + +
+ <%= l('Signin') %> +
% } -
\ No newline at end of file + \ No newline at end of file