diff options
author | Peter Kozak <spag@golwen.net> | 2013-02-25 11:41:55 -0500 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-02-25 11:41:55 -0500 |
commit | fd07b7b85d2d40d7d2999c2899cc890eda2095fd (patch) | |
tree | bf4fbb797d4b645fbe4752a253297a09de466953 /app/views/users/show.html.haml | |
parent | 0442cd19bc9383669b506185356227361a16e442 (diff) |
more polymorphic objects
Diffstat (limited to 'app/views/users/show.html.haml')
-rw-r--r-- | app/views/users/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 0f6cc2c..8882c08 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -38,7 +38,7 @@ %br =link_to t("voicemail_messages.index.page_title"), sip_account_voicemail_messages_path(sip_account) %br - =link_to t("call_forwards.index.page_title"), phone_number_call_forwards_path(phone_number) + =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 |