diff options
Diffstat (limited to 'lib/generators/nifty/authentication/templates/views/haml/login.html.haml')
-rw-r--r-- | lib/generators/nifty/authentication/templates/views/haml/login.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generators/nifty/authentication/templates/views/haml/login.html.haml b/lib/generators/nifty/authentication/templates/views/haml/login.html.haml index 22fc95b..3aebb44 100644 --- a/lib/generators/nifty/authentication/templates/views/haml/login.html.haml +++ b/lib/generators/nifty/authentication/templates/views/haml/login.html.haml @@ -1,4 +1,4 @@ -- title "Log in" +- content_for :title, "Log in" %p== Don't have an account? #{link_to "Sign up!", signup_path} |