diff options
Diffstat (limited to 'app/views/users/new.html.haml')
-rw-r--r-- | app/views/users/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/new.html.haml b/app/views/users/new.html.haml index a014611..64fe55f 100644 --- a/app/views/users/new.html.haml +++ b/app/views/users/new.html.haml @@ -1,3 +1,3 @@ -- title t("users.new.page_title") +- content_for :title, t("users.new.page_title") = render "form" |