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