summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-12 09:57:53 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-12 09:57:53 +0100
commitb7e6ceb34069756d72c5debafff65f091b636b7d (patch)
tree9bf9037b729f91edef7af8751652216f955c59b7
parent06416788b61a43c8b6c43e5b436778dd0ff817d3 (diff)
Use short I18n format for displaying the datetime.
-rw-r--r--app/views/call_histories/_index_core.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/call_histories/_index_core.html.haml b/app/views/call_histories/_index_core.html.haml
index 4ca340d..8bbf761 100644
--- a/app/views/call_histories/_index_core.html.haml
+++ b/app/views/call_histories/_index_core.html.haml
@@ -22,7 +22,7 @@
- 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
+ = l call_history.start_stamp, :format => :short
%td
= l call_history.start_stamp, :format => :short
%td