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