summaryrefslogtreecommitdiff
path: root/app/views/admin/groups/index.html.haml
diff options
context:
space:
mode:
authorCyril <jv.cyril@gmail.com>2012-12-11 02:39:05 +0100
committerCyril <jv.cyril@gmail.com>2012-12-11 02:39:05 +0100
commitc76764b7dc2b0b7ac04215b0bc9b644db1b30796 (patch)
treedc51d8b8ee376db080afb3268195e9c0afc8f0a6 /app/views/admin/groups/index.html.haml
parent9f940aeaf4fbfed2906900dda81b1f6b5a0656a6 (diff)
downloadgitlab-ce-c76764b7dc2b0b7ac04215b0bc9b644db1b30796.tar.gz
add missing mandatory tr in thead
Diffstat (limited to 'app/views/admin/groups/index.html.haml')
-rw-r--r--app/views/admin/groups/index.html.haml15
1 files changed, 8 insertions, 7 deletions
diff --git a/app/views/admin/groups/index.html.haml b/app/views/admin/groups/index.html.haml
index 6fbeed82a77..49acedc8c79 100644
--- a/app/views/admin/groups/index.html.haml
+++ b/app/views/admin/groups/index.html.haml
@@ -12,13 +12,14 @@
%table
%thead
- %th
- Name
- %i.icon-sort-down
- %th Path
- %th Projects
- %th Owner
- %th.cred Danger Zone!
+ %tr
+ %th
+ Name
+ %i.icon-sort-down
+ %th Path
+ %th Projects
+ %th Owner
+ %th.cred Danger Zone!
- @groups.each do |group|
%tr