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