summaryrefslogtreecommitdiff
path: root/app/views/acd_callers
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/acd_callers')
-rw-r--r--app/views/acd_callers/_index_core.html.haml6
-rw-r--r--app/views/acd_callers/index.html.haml2
-rw-r--r--app/views/acd_callers/show.html.haml2
3 files changed, 5 insertions, 5 deletions
diff --git a/app/views/acd_callers/_index_core.html.haml b/app/views/acd_callers/_index_core.html.haml
index 958b3ff..79aa974 100644
--- a/app/views/acd_callers/_index_core.html.haml
+++ b/app/views/acd_callers/_index_core.html.haml
@@ -1,4 +1,4 @@
-%table
+%table{:class => 'table table-striped'}
%tr
%th= t('acd_callers.index.channel_uuid')
%th= t('acd_callers.index.automatic_call_distributor_id')
@@ -8,9 +8,9 @@
%th= t('acd_callers.index.callback_number')
%th= t('acd_callers.index.callback_attempts')
- - reset_cycle
+
- for acd_caller in acd_callers
- %tr{:class => cycle('odd', 'even')}
+ %tr
%td= acd_caller.channel_uuid
%td= acd_caller.automatic_call_distributor_id
%td= acd_caller.status
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
diff --git a/app/views/acd_callers/show.html.haml b/app/views/acd_callers/show.html.haml
index 0ce8345..060f829 100644
--- a/app/views/acd_callers/show.html.haml
+++ b/app/views/acd_callers/show.html.haml
@@ -1,4 +1,4 @@
-- title t("acd_callers.show.page_title")
+- content_for :title, t("acd_callers.show.page_title")
%p
%strong= t('acd_callers.show.channel_uuid') + ":"