Tables refactored
This commit is contained in:
parent
c7cfe3d83b
commit
8ca0b75d05
22 changed files with 99 additions and 95 deletions
|
@ -14,7 +14,7 @@
|
|||
.search_results
|
||||
.row
|
||||
.span6
|
||||
%table.admin-table
|
||||
%table
|
||||
%tr
|
||||
%th Projects
|
||||
%tbody
|
||||
|
@ -31,7 +31,7 @@
|
|||
%td
|
||||
%h4.nothing_here_message No Projects
|
||||
%br
|
||||
%table.admin-table
|
||||
%table
|
||||
%tr
|
||||
%th Merge Requests
|
||||
%tbody
|
||||
|
@ -49,7 +49,7 @@
|
|||
%td
|
||||
%h4.nothing_here_message No Merge Requests
|
||||
.span6
|
||||
%table.admin-table
|
||||
%table
|
||||
%tr
|
||||
%th Issues
|
||||
%tbody
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue