Skip to content
Snippets Groups Projects
Commit c76764b7 authored by Cyril's avatar Cyril
Browse files

add missing mandatory tr in thead

parent 9f940aea
No related branches found
No related tags found
1 merge request!2250add missing mandatory tr in thead
Loading
Loading
@@ -12,13 +12,14 @@
 
%table
%thead
%th
Name
%i.icon-sort-down
%th Path
%th Projects
%th Owner
%th.cred Danger Zone!
%tr
%th
Name
%i.icon-sort-down
%th Path
%th Projects
%th Owner
%th.cred Danger Zone!
 
- @groups.each do |group|
%tr
Loading
Loading
Loading
Loading
@@ -9,14 +9,15 @@
 
%table
%thead
%th
Name
%i.icon-sort-down
%th Path
%th Team Members
%th Last Commit
%th Edit
%th.cred Danger Zone!
%tr
%th
Name
%i.icon-sort-down
%th Path
%th Team Members
%th Last Commit
%th Edit
%th.cred Danger Zone!
 
- @projects.each do |project|
%tr
Loading
Loading
Loading
Loading
@@ -21,15 +21,16 @@
 
%table
%thead
%th Admin
%th
Name
%i.icon-sort-down
%th Username
%th Email
%th Projects
%th Edit
%th.cred Danger Zone!
%tr
%th Admin
%th
Name
%i.icon-sort-down
%th Username
%th Email
%th Projects
%th Edit
%th.cred Danger Zone!
 
- @admin_users.each do |user|
%tr
Loading
Loading
Loading
Loading
@@ -47,10 +47,11 @@
.span6
%table.milestone-issue-filter
%thead
%th
%ul.nav.nav-pills
%li.active= link_to('Open Issues', '#')
%li=link_to('All Issues', '#')
%tr
%th
%ul.nav.nav-pills
%li.active= link_to('Open Issues', '#')
%li=link_to('All Issues', '#')
- @issues.each do |issue|
%tr{data: {closed: issue.closed}}
%td
Loading
Loading
@@ -62,10 +63,11 @@
.span6
%table.milestone-merge-requests-filter
%thead
%th
%ul.nav.nav-pills
%li.active= link_to('Open Merge Requests', '#')
%li=link_to('All Merge Requests', '#')
%tr
%th
%ul.nav.nav-pills
%li.active= link_to('Open Merge Requests', '#')
%li=link_to('All Merge Requests', '#')
- @merge_requests.each do |merge_request|
%tr{data: {closed: merge_request.closed}}
%td
Loading
Loading
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment