summaryrefslogtreecommitdiff
path: root/app/views/admin
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
parent9f940aeaf4fbfed2906900dda81b1f6b5a0656a6 (diff)
downloadgitlab-ce-c76764b7dc2b0b7ac04215b0bc9b644db1b30796.tar.gz
add missing mandatory tr in thead
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/groups/index.html.haml15
-rw-r--r--app/views/admin/projects/index.html.haml17
-rw-r--r--app/views/admin/users/index.html.haml19
3 files changed, 27 insertions, 24 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
diff --git a/app/views/admin/projects/index.html.haml b/app/views/admin/projects/index.html.haml
index 605a733574c..4b46d5f47dd 100644
--- a/app/views/admin/projects/index.html.haml
+++ b/app/views/admin/projects/index.html.haml
@@ -9,14 +9,15 @@
%table
%thead
- %th
- Name
- %i.icon-sort-down
- %th Path
- %th Team Members
- %th Last Commit
- %th Edit
- %th.cred Danger Zone!
+ %tr
+ %th
+ Name
+ %i.icon-sort-down
+ %th Path
+ %th Team Members
+ %th Last Commit
+ %th Edit
+ %th.cred Danger Zone!
- @projects.each do |project|
%tr
diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml
index 7544a732db2..31084423fa7 100644
--- a/app/views/admin/users/index.html.haml
+++ b/app/views/admin/users/index.html.haml
@@ -21,15 +21,16 @@
%table
%thead
- %th Admin
- %th
- Name
- %i.icon-sort-down
- %th Username
- %th Email
- %th Projects
- %th Edit
- %th.cred Danger Zone!
+ %tr
+ %th Admin
+ %th
+ Name
+ %i.icon-sort-down
+ %th Username
+ %th Email
+ %th Projects
+ %th Edit
+ %th.cred Danger Zone!
- @admin_users.each do |user|
%tr