diff options
Diffstat (limited to 'app/views/phones/edit.html.haml')
-rw-r--r-- | app/views/phones/edit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/phones/edit.html.haml b/app/views/phones/edit.html.haml index cdbacac..9452e2a 100644 --- a/app/views/phones/edit.html.haml +++ b/app/views/phones/edit.html.haml @@ -1,3 +1,3 @@ -- title t("phones.edit.page_title", :resource => @phone.mac_address) +- content_for :title, t("phones.edit.page_title", :resource => @phone.mac_address) = render "form" |