diff options
author | Peter Kozak <spag@golwen.net> | 2013-07-31 10:35:09 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-07-31 10:35:09 +0200 |
commit | 722ae8372ae69e443fc6a1e7673fca4b7bb54e4f (patch) | |
tree | 43f847107ad67854c4bd674d7da4028a4bec741e /app | |
parent | 166af5966564fc351cffc2f01d83739de38e9c81 (diff) |
display CLIR
Diffstat (limited to 'app')
-rw-r--r-- | app/views/call_histories/_index_core.html.haml | 5 |
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 |