diff options
Diffstat (limited to 'templates/webmail')
-rw-r--r-- | templates/webmail/about.html.ep | 2 | ||||
-rw-r--r-- | templates/webmail/login.html.ep (renamed from templates/webmail/noaction.html.ep) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/webmail/about.html.ep b/templates/webmail/about.html.ep index 60fe549..5cee603 100644 --- a/templates/webmail/about.html.ep +++ b/templates/webmail/about.html.ep @@ -64,7 +64,7 @@ <tr> <td> <nav> - %= button_to login => 'noaction' => (class => 'link-btn') + %= button_to login => 'login' => (class => 'link-btn') </nav> </td> </tr> diff --git a/templates/webmail/noaction.html.ep b/templates/webmail/login.html.ep index 2608bda..4b2da5d 100644 --- a/templates/webmail/noaction.html.ep +++ b/templates/webmail/login.html.ep @@ -18,7 +18,7 @@ <tr> <td class=login-form> - %= form_for login => (name => 'login1') => begin + %= form_for login => (name => 'login1') => (method => 'post') => begin <table> <tr> |