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