summaryrefslogtreecommitdiff
path: root/app/views/extension_modules/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/extension_modules/index.html.haml')
-rw-r--r--app/views/extension_modules/index.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/extension_modules/index.html.haml b/app/views/extension_modules/index.html.haml
new file mode 100644
index 0000000..7a57eb5
--- /dev/null
+++ b/app/views/extension_modules/index.html.haml
@@ -0,0 +1,6 @@
+- content_for :title, t("extension_modules.index.page_title")
+
+- if @extension_modules && @extension_modules.count > 0
+ = render "index_core", :extension_modules => @extension_modules
+
+= render :partial => 'shared/create_link', :locals => {:parent => @phone, :child_class => ExtensionModule} \ No newline at end of file