add missing mandatory tr in thead

This commit is contained in:
Cyril 2012-12-11 02:39:05 +01:00
parent 9f940aeaf4
commit c76764b7dc
5 changed files with 42 additions and 36 deletions

View file

@ -12,6 +12,7 @@
%table
%thead
%tr
%th
Name
%i.icon-sort-down

View file

@ -9,6 +9,7 @@
%table
%thead
%tr
%th
Name
%i.icon-sort-down

View file

@ -21,6 +21,7 @@
%table
%thead
%tr
%th Admin
%th
Name

View file

@ -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', '#')

View file

@ -16,6 +16,7 @@
- else
%table#tree-slider{class: "table_#{@hex_path} tree-table" }
%thead
%tr
%th Name
%th Last Update
%th Last Commit