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