Merge pull request #7039 from lislis/4779-indicate-proper-way-to-report-bugs-in-sidebar

Indicate proper way to report bugs in sidebar, close #4779
This commit is contained in:
Steffen van Bergerem 2016-09-01 13:48:17 +02:00
commit 5c9978a72a
No known key found for this signature in database
GPG key ID: 2F08F75F9525C7E0
2 changed files with 4 additions and 2 deletions

View file

@ -10,6 +10,8 @@
## Refactor
* Indicate proper way to report bugs in the sidebar [#7039](https://github.com/diaspora/diaspora/pull/7039)
## Bug fixes
## Features

View file

@ -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"),