From 72ae9b3f63ddbe296f3e4e8f8db2d29303163d68 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sun, 1 May 2022 22:06:03 +0200 Subject: use more tag helpers in templates --- templates/webmail/noaction.html.ep | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/webmail/noaction.html.ep') diff --git a/templates/webmail/noaction.html.ep b/templates/webmail/noaction.html.ep index 54a8106..2608bda 100644 --- a/templates/webmail/noaction.html.ep +++ b/templates/webmail/noaction.html.ep @@ -18,12 +18,12 @@ -
+ %= form_for login => (name => 'login1') => begin
- : + %= label_for userid => ucfirst l 'userid' %= text_field 'userid' @@ -31,7 +31,7 @@
- : + %= label_for password => ucfirst l 'passwd' %= password_field 'password' @@ -39,12 +39,12 @@
- + %= submit_button l 'login'
-
+ % end -- cgit v1.2.3