diff options
author | spag <spag@golwen.net> | 2012-12-29 17:42:35 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2012-12-29 17:42:35 +0100 |
commit | 5cf46b6467679ea0367cc0c00787f6f1c86560e4 (patch) | |
tree | b3f314d1ba574e328f1ce5a27aeadb6ae32980d5 /app/views/phones/show.html.haml | |
parent | 929e7a391f139ed827e9bd3bea339789a82de6d4 (diff) | |
parent | 8d20201910b1915cffa495e6474d50f9c8e8331d (diff) |
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'app/views/phones/show.html.haml')
-rw-r--r-- | app/views/phones/show.html.haml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/views/phones/show.html.haml b/app/views/phones/show.html.haml index 7629fb9..090323e 100644 --- a/app/views/phones/show.html.haml +++ b/app/views/phones/show.html.haml @@ -6,13 +6,13 @@ %p %strong= t('phones.show.phone_model_id') + ":" = @phone.phone_model -%p - %strong= t('phones.show.hot_deskable') + ":" - = @phone.hot_deskable - -%p - %strong= t('phones.show.fallback_sip_account_id') + ":" - = @phone.fallback_sip_account +- if @phone.hot_deskable == true + %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 |