summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-07-31 10:35:09 +0200
committerPeter Kozak <spag@golwen.net>2013-07-31 10:35:09 +0200
commit722ae8372ae69e443fc6a1e7673fca4b7bb54e4f (patch)
tree43f847107ad67854c4bd674d7da4028a4bec741e
parent166af5966564fc351cffc2f01d83739de38e9c81 (diff)
display CLIR
-rw-r--r--app/views/call_histories/_index_core.html.haml5
1 files changed, 4 insertions, 1 deletions
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