diff options
author | Peter Kozak <spag@golwen.net> | 2013-04-16 13:02:18 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-04-16 13:02:18 +0200 |
commit | e1462c8f4159e332b729819281fca7c2937e49eb (patch) | |
tree | da8d054061c7d45c1f2d8394bee875d215953138 /app/views/users/show.html.haml | |
parent | 10532632e210acd375263eddd185ddf4d40f2ace (diff) |
voicemail settigs disabled
Diffstat (limited to 'app/views/users/show.html.haml')
-rw-r--r-- | app/views/users/show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 9bf76df..8421c40 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -47,8 +47,8 @@ =link_to t("voicemail_messages.index.page_title"), sip_account_voicemail_messages_path(sip_account) %br =link_to t("call_forwards.index.page_title"), sip_account_call_forwards_path(sip_account) - %br - =link_to t("voicemail_settings.index.page_title"), sip_account_voicemail_settings_path(sip_account) + /%br + /=link_to t("voicemail_settings.index.page_title"), sip_account_voicemail_settings_path(sip_account) %br =link_to t("softkeys.index.page_title"), sip_account_softkeys_path(sip_account) %br |