diff options
Diffstat (limited to 'app/views/phones/index.html.haml')
-rw-r--r-- | app/views/phones/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/phones/index.html.haml b/app/views/phones/index.html.haml index 785adf9..4de7919 100644 --- a/app/views/phones/index.html.haml +++ b/app/views/phones/index.html.haml @@ -1,4 +1,4 @@ -- title t("phones.index.page_title") +- content_for :title, t("phones.index.page_title") - if @phones.count > 0 = render "index_core", :phones => @phones |