Commit 26afde94 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #2250 from jouve/fix_missing_tr_in_thead

add missing mandatory tr in thead
parents 45e208cb c76764b7
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
%table %table
%thead %thead
%tr
%th %th
Name Name
%i.icon-sort-down %i.icon-sort-down
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
%table %table
%thead %thead
%tr
%th %th
Name Name
%i.icon-sort-down %i.icon-sort-down
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
%table %table
%thead %thead
%tr
%th Admin %th Admin
%th %th
Name Name
......
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
.span6 .span6
%table.milestone-issue-filter %table.milestone-issue-filter
%thead %thead
%tr
%th %th
%ul.nav.nav-pills %ul.nav.nav-pills
%li.active= link_to('Open Issues', '#') %li.active= link_to('Open Issues', '#')
...@@ -74,6 +75,7 @@ ...@@ -74,6 +75,7 @@
.span6 .span6
%table.milestone-merge-requests-filter %table.milestone-merge-requests-filter
%thead %thead
%tr
%th %th
%ul.nav.nav-pills %ul.nav.nav-pills
%li.active= link_to('Open Merge Requests', '#') %li.active= link_to('Open Merge Requests', '#')
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
- else - else
%table#tree-slider{class: "table_#{@hex_path} tree-table" } %table#tree-slider{class: "table_#{@hex_path} tree-table" }
%thead %thead
%tr
%th Name %th Name
%th Last Update %th Last Update
%th Last Commit %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