Commit b2c06bf7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix gitlab ci projects page UI

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 2cb88a8a
...@@ -11,16 +11,16 @@ ...@@ -11,16 +11,16 @@
by keyword: "#{params[:search]}", by keyword: "#{params[:search]}",
#{@total_count} projects #{@total_count} projects
.wide-table-holder .wide-table-holder
%table.table.projects-table.content-list %table.table.projects-table.content-list
%thead %thead
%tr %tr
%th Project Name %th Project Name
%th Last commit %th Last commit
%th Access %th Access
%th Commits %th Commits
= render @projects = render @projects
%p.text-center.hide.loading %p.text-center.hide.loading
%i.fa.fa-refresh.fa-spin %i.fa.fa-refresh.fa-spin
:coffeescript :coffeescript
......
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