summaryrefslogtreecommitdiff
path: root/app/views/gui_functions/_index_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/gui_functions/_index_core.html.haml')
-rw-r--r--app/views/gui_functions/_index_core.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/gui_functions/_index_core.html.haml b/app/views/gui_functions/_index_core.html.haml
index 815b9c3..0d9454e 100644
--- a/app/views/gui_functions/_index_core.html.haml
+++ b/app/views/gui_functions/_index_core.html.haml
@@ -1,13 +1,13 @@
-%table
+%table{:class => 'table table-striped'}
%tr
%th= t('gui_functions.index.category')
%th= t('gui_functions.index.name')
- @user_groups.each do |user_group|
%th= user_group
- - reset_cycle
+
- for gui_function in gui_functions
- %tr{:class => cycle('odd', 'even')}
+ %tr
- cache(['gui_functions_table_row', I18n.locale, gui_function]) do
%td= gui_function.category
%td