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:
commit
5c9978a72a
2 changed files with 4 additions and 2 deletions
|
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
## Refactor
|
## Refactor
|
||||||
|
|
||||||
|
* Indicate proper way to report bugs in the sidebar [#7039](https://github.com/diaspora/diaspora/pull/7039)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
|
||||||
|
|
@ -81,8 +81,8 @@
|
||||||
tag_path(name: t("aspects.index.help.tag_question"))))
|
tag_path(name: t("aspects.index.help.tag_question"))))
|
||||||
%li
|
%li
|
||||||
!= t("aspects.index.help.find_a_bug",
|
!= t("aspects.index.help.find_a_bug",
|
||||||
link: link_to("#" + t("aspects.index.help.tag_bug"),
|
link: link_to(t("aspects.index.help.tag_bug"),
|
||||||
tag_path(name: t("aspects.index.help.tag_bug"))))
|
"https://wiki.diasporafoundation.org/How_to_report_a_bug"))
|
||||||
%li
|
%li
|
||||||
!= t("aspects.index.help.feature_suggestion",
|
!= t("aspects.index.help.feature_suggestion",
|
||||||
link: link_to("#" + t("aspects.index.help.tag_feature"),
|
link: link_to("#" + t("aspects.index.help.tag_feature"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue