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