diff options
Diffstat (limited to 'app/views/gateways/new.html.haml')
-rw-r--r-- | app/views/gateways/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/gateways/new.html.haml b/app/views/gateways/new.html.haml index a2609f3..d17ff6e 100644 --- a/app/views/gateways/new.html.haml +++ b/app/views/gateways/new.html.haml @@ -1,3 +1,3 @@ -- title t("gateways.new.page_title") +- content_for :title, t("gateways.new.page_title") = render "form"
\ No newline at end of file |