summaryrefslogtreecommitdiff
path: root/app/views/call_histories/_index_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/call_histories/_index_core.html.haml')
-rw-r--r--app/views/call_histories/_index_core.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/call_histories/_index_core.html.haml b/app/views/call_histories/_index_core.html.haml
index 7409203..4ca340d 100644
--- a/app/views/call_histories/_index_core.html.haml
+++ b/app/views/call_histories/_index_core.html.haml
@@ -4,8 +4,13 @@
%thead
%tr
%th
+ Datum
+ %th
Uhrzeit
%th
+ Misc
+ %th
+ Avatar
%th
Teilnehmer
%th
@@ -17,6 +22,10 @@
- phone_book_entry = call_history.phone_book_entry_by_number(call_history.display_number)
%tr{:id => "call_history_id_#{call_history.id}_tr", :class => (call_history.duration.blank? ? 'warning' : '')}
%td
+ = l call_history.start_stamp, :format => :date_only
+ %td
+ = l call_history.start_stamp, :format => :short
+ %td
- if call_history.voicemail_message?
.voicemail-message
%a{:href => sip_account_voicemail_messages_path(@sip_account, :anchor => "message_#{call_history.voicemail_message.id}")}