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
path: root/app/views
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-09-10 13:42:41 +0300
committerValery Sizov <vsv2711@gmail.com>2015-09-10 13:42:41 +0300
commit381180bc27b7c4f0d54ca4a1599ad5d857a2086e (patch)
tree7fd9a727f7dccdc02648973d070c4eb1fa8fae6f /app/views
parent44261a5d9fd5b78f8a44fe330e2386525f4c3437 (diff)
remove gitlab_ci config
Diffstat (limited to 'app/views')
-rw-r--r--app/views/ci/projects/gitlab.html.haml1
-rw-r--r--app/views/ci/projects/index.html.haml5
2 files changed, 0 insertions, 6 deletions
diff --git a/app/views/ci/projects/gitlab.html.haml b/app/views/ci/projects/gitlab.html.haml
index 0344676680e..690b6cf3cdb 100644
--- a/app/views/ci/projects/gitlab.html.haml
+++ b/app/views/ci/projects/gitlab.html.haml
@@ -1,7 +1,6 @@
- if @offset == 0
.clearfix.light
.pull-left.fetch-status
- Fetched from GitLab (#{link_to GitlabCi.config.gitlab_server.url, GitlabCi.config.gitlab_server.url, no_turbolink})
- if params[:search].present?
by keyword: "#{params[:search]}",
%br
diff --git a/app/views/ci/projects/index.html.haml b/app/views/ci/projects/index.html.haml
index 69b6c8b4d6d..99d07329af0 100644
--- a/app/views/ci/projects/index.html.haml
+++ b/app/views/ci/projects/index.html.haml
@@ -8,14 +8,9 @@
.projects
%p.fetch-status.light
%i.fa.fa-refresh.fa-spin
- Please wait while we fetch from GitLab (#{GitlabCi.config.gitlab_server.url})
:coffeescript
$.get '#{gitlab_ci_projects_path}', (data) ->
$(".projects").html data.html
- $('.projects').on 'click', '.reset-cache', ->
- $.get '#{gitlab_ci_projects_path}', { reset_cache: true }, (data) ->
- $(".projects").html data.html
- false
CiPager.init "#{gitlab_ci_projects_path}", #{Ci::ProjectsController::PROJECTS_BATCH}, false
- else