add missing mandatory tr in thead
This commit is contained in:
parent
9f940aeaf4
commit
c76764b7dc
5 changed files with 42 additions and 36 deletions
|
@ -16,10 +16,11 @@
|
|||
- else
|
||||
%table#tree-slider{class: "table_#{@hex_path} tree-table" }
|
||||
%thead
|
||||
%th Name
|
||||
%th Last Update
|
||||
%th Last Commit
|
||||
%th= link_to "history", project_commits_path(@project, @id), class: "btn very_small right"
|
||||
%tr
|
||||
%th Name
|
||||
%th Last Update
|
||||
%th Last Commit
|
||||
%th= link_to "history", project_commits_path(@project, @id), class: "btn very_small right"
|
||||
|
||||
- if tree.up_dir?
|
||||
%tr.tree-item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue