diff options
author | spag <spag@golwen.net> | 2012-12-27 14:09:53 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2012-12-27 14:09:53 +0100 |
commit | b76b13bff13cd6bcb2d543386cae9868cd4d882f (patch) | |
tree | 776c5735cdb4d162b8085c52fabd88bb1f8f2b13 /app/views/phones/show.html.haml | |
parent | 98fe29192d3fb3f79ad8913b73c89b6e7f234eb4 (diff) |
Fallback sip account in phone views
Diffstat (limited to 'app/views/phones/show.html.haml')
-rw-r--r-- | app/views/phones/show.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/phones/show.html.haml b/app/views/phones/show.html.haml index 2664ffa..7629fb9 100644 --- a/app/views/phones/show.html.haml +++ b/app/views/phones/show.html.haml @@ -9,6 +9,11 @@ %p %strong= t('phones.show.hot_deskable') + ":" = @phone.hot_deskable + +%p + %strong= t('phones.show.fallback_sip_account_id') + ":" + = @phone.fallback_sip_account + - if defined? NIGHTLY_REBOOT_OF_PHONES && NIGHTLY_REBOOT_OF_PHONES == true %p %strong= t('phones.show.nightly_reboot') + ":" |