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