summaryrefslogtreecommitdiff
path: root/app/views/call_histories/_index_core.html.haml
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-04-20 12:51:50 +0200
committerPeter Kozak <spag@golwen.net>2013-04-20 12:51:50 +0200
commite3b373bcf144dcd0c8e36f8894954dc2b752a05b (patch)
tree6f0c7b65ca53a3d00dc483f9171b67fc668880e6 /app/views/call_histories/_index_core.html.haml
parent3680e51d0a10dad80f46ecc6cbb52cb5dc0519e1 (diff)
voicemaiL_account in call_histories index
Diffstat (limited to 'app/views/call_histories/_index_core.html.haml')
-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 8bbf761..2faa220 100644
--- a/app/views/call_histories/_index_core.html.haml
+++ b/app/views/call_histories/_index_core.html.haml
@@ -28,7 +28,7 @@
%td
- if call_history.voicemail_message?
.voicemail-message
- %a{:href => sip_account_voicemail_messages_path(@sip_account, :anchor => "message_#{call_history.voicemail_message.id}")}
+ %a{:href => voicemail_account_voicemail_messages_path(@sip_account.voicemail_account, :anchor => "message_#{call_history.voicemail_message.id}")}
= image_tag('icons/gs_envelope_16x.png')
= call_history.display_call_date(t("call_histories.index.date_format"), t("call_histories.index.date_today_format"))