summaryrefslogtreecommitdiff
path: root/app/views/milestones
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/milestones
parent9f940aeaf4fbfed2906900dda81b1f6b5a0656a6 (diff)
downloadgitlab-ce-c76764b7dc2b0b7ac04215b0bc9b644db1b30796.tar.gz
add missing mandatory tr in thead
Diffstat (limited to 'app/views/milestones')
-rw-r--r--app/views/milestones/show.html.haml18
1 files changed, 10 insertions, 8 deletions
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