summaryrefslogtreecommitdiff
path: root/app/views/ci/projects/gitlab.html.haml
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-09-18 08:54:06 +0000
committerValery Sizov <valery@gitlab.com>2015-09-18 08:54:06 +0000
commit3984818bb37ca8da8fdc7fb5e61f7cfc0a329ac4 (patch)
tree8970a0f54e8841dbe2f79960e229f3d4a129afd9 /app/views/ci/projects/gitlab.html.haml
parent0aec0d53b10078613b66b0d41424ee4264ae6406 (diff)
parentb7e49d8042629dd0e5b9feade78e058a737f96b2 (diff)
downloadgitlab-ce-3984818bb37ca8da8fdc7fb5e61f7cfc0a329ac4.tar.gz
Merge branch 'ci_projects_order' into 'master'
Fix: ci projects order https://gitlab.com/gitlab-org/gitlab-ce/issues/2553 See merge request !1333
Diffstat (limited to 'app/views/ci/projects/gitlab.html.haml')
-rw-r--r--app/views/ci/projects/gitlab.html.haml27
1 files changed, 0 insertions, 27 deletions
diff --git a/app/views/ci/projects/gitlab.html.haml b/app/views/ci/projects/gitlab.html.haml
deleted file mode 100644
index 2101aa932a4..00000000000
--- a/app/views/ci/projects/gitlab.html.haml
+++ /dev/null
@@ -1,27 +0,0 @@
-- if @offset == 0
- .gray-content-block.clearfix.light.second-block
- .pull-left.fetch-status
- - if params[:search].present?
- by keyword: "#{params[:search]}",
- #{@total_count} projects, #{@projects.size} of them added to CI
-
- .wide-table-holder
- %table.table.projects-table.content-list
- %thead
- %tr
- %th Project Name
- %th Last commit
- %th Access
- %th Commits
-
- = render @projects
-
- = render "gl_projects"
-
- %p.text-center.hide.loading
- %i.fa.fa-refresh.fa-spin
-
-- else
- = render @projects
-
- = render "gl_projects"