summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/helpers/application_helper.rb2
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