From bc64bca9df278d6897eb3a41c05166337a51eef8 Mon Sep 17 00:00:00 2001 From: lislis Date: Tue, 30 Aug 2016 12:38:03 +0200 Subject: [PATCH] update the `bug` link in the sidebar to the report bug wiki page --- app/views/streams/main_stream.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/streams/main_stream.html.haml b/app/views/streams/main_stream.html.haml index 46f71957d..ed210d185 100644 --- a/app/views/streams/main_stream.html.haml +++ b/app/views/streams/main_stream.html.haml @@ -81,8 +81,8 @@ tag_path(name: t("aspects.index.help.tag_question")))) %li != t("aspects.index.help.find_a_bug", - link: link_to("#" + t("aspects.index.help.tag_bug"), - tag_path(name: t("aspects.index.help.tag_bug")))) + link: link_to(t("aspects.index.help.tag_bug"), + "https://wiki.diasporafoundation.org/How_to_report_a_bug")) %li != t("aspects.index.help.feature_suggestion", link: link_to("#" + t("aspects.index.help.tag_feature"),