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