summaryrefslogtreecommitdiff
path: root/app/views/automatic_call_distributors/_index_core.html.haml
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-23 11:27:21 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-23 11:27:21 +0100
commitd14b99c32f0c6a88298c9bed1d91b7fec0fb04b5 (patch)
tree81c1d4a346a38303e26c5bc59546933273a0570b /app/views/automatic_call_distributors/_index_core.html.haml
parente4da52d673f12673614f7f9303ad384c77dbc37c (diff)
UI improvements.
Diffstat (limited to 'app/views/automatic_call_distributors/_index_core.html.haml')
-rw-r--r--app/views/automatic_call_distributors/_index_core.html.haml12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/views/automatic_call_distributors/_index_core.html.haml b/app/views/automatic_call_distributors/_index_core.html.haml
index 85790aa..3634ec4 100644
--- a/app/views/automatic_call_distributors/_index_core.html.haml
+++ b/app/views/automatic_call_distributors/_index_core.html.haml
@@ -8,12 +8,6 @@
%th= t('automatic_call_distributors.index.phone_numbers')
%th
%span.hidden-phone
- = t('automatic_call_distributors.index.max_callers')
- %th
- %span.hidden-phone
- = t('automatic_call_distributors.index.agent_timeout')
- %th
- %span.hidden-phone
= t('automatic_call_distributors.index.acd_agents')
%tbody
@@ -32,12 +26,6 @@
= render 'phone_numbers/listing', :phone_numbers => automatic_call_distributor.phone_numbers
%td
%span.hidden-phone
- = automatic_call_distributor.max_callers
- %td
- %span.hidden-phone
- = automatic_call_distributor.agent_timeout
- %td
- %span.hidden-phone
- if automatic_call_distributor.acd_agents.count > 3
= link_to automatic_call_distributor.acd_agents.count, automatic_call_distributor_acd_agents_path(automatic_call_distributor)
%br