diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-18 18:32:09 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-18 18:32:09 +0200 |
commit | b2c06bf707c6951c5c99c189327aec785b2c79ea (patch) | |
tree | 1d2b5b58b9b25768ebd253b2cee8ff05a4518b5b | |
parent | 2cb88a8a36306a4eda2a3d86f8af50676e6e0a22 (diff) | |
download | gitlab-ce-b2c06bf707c6951c5c99c189327aec785b2c79ea.tar.gz |
Fix gitlab ci projects page UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/views/ci/projects/index.html.haml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/views/ci/projects/index.html.haml b/app/views/ci/projects/index.html.haml index 8de205d57aa..2b618d61f79 100644 --- a/app/views/ci/projects/index.html.haml +++ b/app/views/ci/projects/index.html.haml @@ -11,16 +11,16 @@ by keyword: "#{params[:search]}", #{@total_count} projects - .wide-table-holder - %table.table.projects-table.content-list - %thead - %tr - %th Project Name - %th Last commit - %th Access - %th Commits + .wide-table-holder + %table.table.projects-table.content-list + %thead + %tr + %th Project Name + %th Last commit + %th Access + %th Commits - = render @projects + = render @projects %p.text-center.hide.loading %i.fa.fa-refresh.fa-spin :coffeescript |