From 722ae8372ae69e443fc6a1e7673fca4b7bb54e4f Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Wed, 31 Jul 2013 10:35:09 +0200 Subject: display CLIR --- app/views/call_histories/_index_core.html.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/call_histories/_index_core.html.haml b/app/views/call_histories/_index_core.html.haml index 9c2cf39..2915f35 100644 --- a/app/views/call_histories/_index_core.html.haml +++ b/app/views/call_histories/_index_core.html.haml @@ -65,7 +65,10 @@ - else = call_history.destination_number - elsif call_history.entry_type == 'dialed' - = call_history.caller_id_number + - if call_history.clir + %del= call_history.caller_id_number + - else + = call_history.caller_id_number - else = call_history.destination_number -- cgit v1.2.3