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