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>2013-10-17 23:11:41 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-17 23:11:41 +0400
commit2cd3d421817a225dcd6068ce9aeac0689b5b97f0 (patch)
treee2e83bab397fbd0afd73b2a1fd20907f310db175 /app/views/projects/wikis/git_access.html.haml
parent164f9d876083db94c47185ddcd11c40cde08ea01 (diff)
Use gitlab_config intead of Gitlab.config.gitlab in views
Diffstat (limited to 'app/views/projects/wikis/git_access.html.haml')
-rw-r--r--app/views/projects/wikis/git_access.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/git_access.html.haml b/app/views/projects/wikis/git_access.html.haml
index dd01bb99041..57ad4c93ad3 100644
--- a/app/views/projects/wikis/git_access.html.haml
+++ b/app/views/projects/wikis/git_access.html.haml
@@ -11,7 +11,7 @@
.form-horizontal
.input-prepend.project_clone_holder
%button{class: "btn active", :"data-clone" => @gollum_wiki.ssh_url_to_repo} SSH
- %button{class: "btn", :"data-clone" => @gollum_wiki.http_url_to_repo}= Gitlab.config.gitlab.protocol.upcase
+ %button{class: "btn", :"data-clone" => @gollum_wiki.http_url_to_repo}= gitlab_config.protocol.upcase
= text_field_tag :project_clone, @gollum_wiki.url_to_repo, class: "one_click_select input-xxlarge", readonly: true
.git-empty
%fieldset