diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-07-02 21:51:48 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-07-02 21:51:48 +0300 |
commit | 9b337b8328a65c5e692c90ba1f817184bd054257 (patch) | |
tree | e650cf925fe783649bf37d0f315a7a59c6c80d26 /app/helpers/application_helper.rb | |
parent | b3a0ee8e631c3e272c8ce3b60929192d3f7f1f22 (diff) | |
download | gitlab-ce-9b337b8328a65c5e692c90ba1f817184bd054257.tar.gz |
Epic: Gitlab configuration with default values
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 514e4661000..de3f36c84fc 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -13,7 +13,7 @@ module ApplicationHelper end def web_app_url - "#{request_protocol}://#{GIT_HOST["host"]}/" + "#{request_protocol}://#{Gitlab.config.web_host}/" end def last_commit(project) |