Merge pull request #2250 from jouve/fix_missing_tr_in_thead
add missing mandatory tr in thead
This commit is contained in:
commit
26afde94fd
5 changed files with 42 additions and 36 deletions
|
@ -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
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
.span6
|
||||
%table.milestone-issue-filter
|
||||
%thead
|
||||
%tr
|
||||
%th
|
||||
%ul.nav.nav-pills
|
||||
%li.active= link_to('Open Issues', '#')
|
||||
|
@ -74,6 +75,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
|
||||
|
|
Loading…
Add table
Reference in a new issue