diff options
author | Marius Mathiesen <marius@shortcut.no> | 2010-01-29 12:40:15 +0100 |
---|---|---|
committer | Marius Mathiesen <marius@shortcut.no> | 2010-01-29 12:40:15 +0100 |
commit | d14765c226afd9507a15ade9d89cae9ff80f3b57 (patch) | |
tree | 5494e9108257253f9aff10eb5182fed8c12c119a | |
parent | a3f0a8e71f9bf30d312b3ad543d12ea099aa6681 (diff) | |
download | gitorious-mainline-outdated-d14765c226afd9507a15ade9d89cae9ff80f3b57.zip gitorious-mainline-outdated-d14765c226afd9507a15ade9d89cae9ff80f3b57.tar.gz gitorious-mainline-outdated-d14765c226afd9507a15ade9d89cae9ff80f3b57.tar.bz2 |
Use plain HTTP for dashboard url
-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 8475c44..26d8af8 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -524,6 +524,6 @@ module ApplicationHelper end def dashboard_path - root_url(:host => GitoriousConfig["gitorious_host"]) + root_url(:host => GitoriousConfig["gitorious_host"], :protocol => "http") end end |