diff options
Diffstat (limited to 'templates/not_found_.html.ep')
-rw-r--r-- | templates/not_found_.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/not_found_.html.ep b/templates/not_found_.html.ep index d1b353f..b96e46e 100644 --- a/templates/not_found_.html.ep +++ b/templates/not_found_.html.ep @@ -9,8 +9,8 @@ Not the page you are looking for. </p> <p class=center> - Go back or go to the <a href="<%= url_for 'noaction' %>">start page</a>. + Go back or go to the <%= link_to 'start page' => 'login' %>. </p> </body> -</html>
\ No newline at end of file +</html> |