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