summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--app/views/milestones/show.html.haml18
-rw-r--r--app/views/tree/_tree.html.haml9
5 files changed, 42 insertions, 36 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
diff --git a/app/views/milestones/show.html.haml b/app/views/milestones/show.html.haml
index b8bc788c953..7a347102fb9 100644
--- a/app/views/milestones/show.html.haml
+++ b/app/views/milestones/show.html.haml
@@ -47,10 +47,11 @@
.span6
%table.milestone-issue-filter
%thead
- %th
- %ul.nav.nav-pills
- %li.active= link_to('Open Issues', '#')
- %li=link_to('All Issues', '#')
+ %tr
+ %th
+ %ul.nav.nav-pills
+ %li.active= link_to('Open Issues', '#')
+ %li=link_to('All Issues', '#')
- @issues.each do |issue|
%tr{data: {closed: issue.closed}}
%td
@@ -62,10 +63,11 @@
.span6
%table.milestone-merge-requests-filter
%thead
- %th
- %ul.nav.nav-pills
- %li.active= link_to('Open Merge Requests', '#')
- %li=link_to('All Merge Requests', '#')
+ %tr
+ %th
+ %ul.nav.nav-pills
+ %li.active= link_to('Open Merge Requests', '#')
+ %li=link_to('All Merge Requests', '#')
- @merge_requests.each do |merge_request|
%tr{data: {closed: merge_request.closed}}
%td
diff --git a/app/views/tree/_tree.html.haml b/app/views/tree/_tree.html.haml
index 02ae3d90c40..a632bb3b0d7 100644
--- a/app/views/tree/_tree.html.haml
+++ b/app/views/tree/_tree.html.haml
@@ -16,10 +16,11 @@
- else
%table#tree-slider{class: "table_#{@hex_path} tree-table" }
%thead
- %th Name
- %th Last Update
- %th Last Commit
- %th= link_to "history", project_commits_path(@project, @id), class: "btn very_small right"
+ %tr
+ %th Name
+ %th Last Update
+ %th Last Commit
+ %th= link_to "history", project_commits_path(@project, @id), class: "btn very_small right"
- if tree.up_dir?
%tr.tree-item