diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-04-21 18:56:10 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-04-22 14:25:28 +0300 |
commit | db03dc318e41f93887f668969dd207268a3168dc (patch) | |
tree | 0cf07b0e339231214dac687af2ab91b7ae7493c9 /app/views/projects/index.html.haml | |
parent | 759875387cab016897ec17c924ca3cea94c22387 (diff) | |
download | gitlab-ci-refactoring_user_url.tar.gz |
refactoring network related coderefactoring_user_url
Diffstat (limited to 'app/views/projects/index.html.haml')
-rw-r--r-- | app/views/projects/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/index.html.haml b/app/views/projects/index.html.haml index 824ba80..4ec8f68 100644 --- a/app/views/projects/index.html.haml +++ b/app/views/projects/index.html.haml @@ -8,7 +8,7 @@ .projects %p.fetch-status.light %i.icon-refresh.icon-spin - Please wait while we fetch from GitLab (#{current_user.url}) + Please wait while we fetch from GitLab (#{GitlabCi.config.gitlab_server.url}) :javascript $.get("#{gitlab_projects_path}") - else |