Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorlislis <mail@lislis.de>2016-08-30 13:38:03 +0300
committerSteffen van Bergerem <svbergerem@online.de>2016-09-01 22:34:44 +0300
commitbc64bca9df278d6897eb3a41c05166337a51eef8 (patch)
treebf89eafd9a421ca56b43f1cf706d4b0f73fd78e0 /app/views
parent2fa13b2d0e1383e9836a5c7067d84e3ff24abeb3 (diff)
update the `bug` link in the sidebar to the report bug wiki page
Diffstat (limited to 'app/views')
-rw-r--r--app/views/streams/main_stream.html.haml4
1 files 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"),