summaryrefslogtreecommitdiff
path: root/app/views/phones/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/phones/show.html.haml')
-rw-r--r--app/views/phones/show.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/phones/show.html.haml b/app/views/phones/show.html.haml
index 1996d48..1e9c7ed 100644
--- a/app/views/phones/show.html.haml
+++ b/app/views/phones/show.html.haml
@@ -96,3 +96,12 @@
= render "phone_sip_accounts/index_core", :phone_sip_accounts => @phone.phone_sip_accounts
= render :partial => 'shared/create_link', :locals => {:parent => @phone, :child_class => PhoneSipAccount}
+
+.row
+ .span12
+ %h2= t("extension_modules.index.page_title")
+ - if @phone.extension_modules.any?
+ = render "extension_modules/index_core", :extension_modules => @phone.extension_modules
+
+ = render :partial => 'shared/create_link', :locals => {:parent => @phone, :child_class => ExtensionModule}
+