From 1e62ce679b0e35ca1f95b3d84807726dc0cc6ee0 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Tue, 12 Jul 2016 11:44:48 +0100 Subject: [PATCH] Make 'knowledge base' a link to the KB index page. --- services/web/app/views/contact-us-modal.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/contact-us-modal.jade b/services/web/app/views/contact-us-modal.jade index 16a168e8c1..f4fd8938b7 100644 --- a/services/web/app/views/contact-us-modal.jade +++ b/services/web/app/views/contact-us-modal.jade @@ -18,7 +18,7 @@ script(type='text/ng-template', id='supportModalTemplate') tabindex='1', onkeyup='') .contact-suggestions(ng-show="suggestions.length") - p.contact-suggestion-label #{translate("kb_suggestions_enquiry")} + p.contact-suggestion-label !{translate("kb_suggestions_enquiry", { kbLink: "__kb__", kb: translate("knowledge_base") })} ul.contact-suggestion-list li(ng-repeat="suggestion in suggestions") a.contact-suggestion-list-item(ng-href="{{ suggestion.url }}", ng-click="clickSuggestionLink(suggestion.url);" target="_blank")