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/new.html.haml | |
parent | 929e7a391f139ed827e9bd3bea339789a82de6d4 (diff) | |
parent | 8d20201910b1915cffa495e6474d50f9c8e8331d (diff) |
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'app/views/phones/new.html.haml')
-rw-r--r-- | app/views/phones/new.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/phones/new.html.haml b/app/views/phones/new.html.haml index 61923cc..ae0a539 100644 --- a/app/views/phones/new.html.haml +++ b/app/views/phones/new.html.haml @@ -1,3 +1,9 @@ - title t("phones.new.page_title") +- if !@fallback_sip_accounts.any? && can?(:create, current_user.current_tenant.sip_accounts.build) + %p + = t("phones.new.you_need_to_have_at_least_one_available_fallback_sip_account_for_hotdesking") + = link_to t("sip_accounts.index.actions.create_for", :resource => current_user.current_tenant), new_tenant_sip_account_path(current_user.current_tenant) + = render "form" + |