Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-18 19:32:09 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-18 19:32:09 +0300
commitb2c06bf707c6951c5c99c189327aec785b2c79ea (patch)
tree1d2b5b58b9b25768ebd253b2cee8ff05a4518b5b
parent2cb88a8a36306a4eda2a3d86f8af50676e6e0a22 (diff)
Fix gitlab ci projects page UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/ci/projects/index.html.haml18
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