Commit c76764b7 authored by Cyril's avatar Cyril

add missing mandatory tr in thead

parent 9f940aea
......@@ -12,6 +12,7 @@
%table
%thead
%tr
%th
Name
%i.icon-sort-down
......
......@@ -9,6 +9,7 @@
%table
%thead
%tr
%th
Name
%i.icon-sort-down
......
......@@ -21,6 +21,7 @@
%table
%thead
%tr
%th Admin
%th
Name
......
......@@ -47,6 +47,7 @@
.span6
%table.milestone-issue-filter
%thead
%tr
%th
%ul.nav.nav-pills
%li.active= link_to('Open Issues', '#')
......@@ -62,6 +63,7 @@
.span6
%table.milestone-merge-requests-filter
%thead
%tr
%th
%ul.nav.nav-pills
%li.active= link_to('Open Merge Requests', '#')
......
......@@ -16,6 +16,7 @@
- else
%table#tree-slider{class: "table_#{@hex_path} tree-table" }
%thead
%tr
%th Name
%th Last Update
%th Last Commit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment