Add link to help page to related list selector component

This commit is contained in:
taitus
2021-02-11 11:17:29 +01:00
parent 43b6be575d
commit e91b52ffe0
6 changed files with 15 additions and 7 deletions

View File

@@ -12,7 +12,11 @@
<%= f.text_field :related_sdg_list,
class: "input",
placeholder: t("sdg.related_list_selector.placeholder"),
label: t("sdg.related_list_selector.hint"),
hint: sanitize(t("sdg.related_list_selector.hint",
link: link_to(t("sdg.related_list_selector.help.text"),
sdg_help_path,
title: t("shared.target_blank"),
target: "_blank"))),
data: { "suggestions-list": sdg_related_suggestions,
"remove-tag-text": t("sdg.related_list_selector.remove_tag") } %>
</div>