summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index a7e4559..8475c44 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -522,4 +522,8 @@ module ApplicationHelper
content_tag(:div, link_to(label, url, :class => "round-10"),
:id => options.delete(:id), :class => css_classes.flatten.join(" "))
end
+
+ def dashboard_path
+ root_url(:host => GitoriousConfig["gitorious_host"])
+ end
end