summaryrefslogtreecommitdiff
path: root/app/views/extension_modules/_index_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/extension_modules/_index_core.html.haml')
-rw-r--r--app/views/extension_modules/_index_core.html.haml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/extension_modules/_index_core.html.haml b/app/views/extension_modules/_index_core.html.haml
new file mode 100644
index 0000000..d5aef48
--- /dev/null
+++ b/app/views/extension_modules/_index_core.html.haml
@@ -0,0 +1,13 @@
+%table.table.table-striped
+ %tr
+ %th= t('extension_modules.index.model')
+ %th= t('extension_modules.index.mac_address')
+ %th= t('extension_modules.index.active')
+
+
+ - for extension_module in extension_modules
+ %tr
+ %td= extension_module.model
+ %td= extension_module.mac_address
+ %td= extension_module.active
+ =render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => @phone, :child => extension_module} \ No newline at end of file