mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Make 'knowledge base' a link to the KB index page.
This commit is contained in:
parent
61b57905cb
commit
1e62ce679b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ script(type='text/ng-template', id='supportModalTemplate')
|
||||||
tabindex='1',
|
tabindex='1',
|
||||||
onkeyup='')
|
onkeyup='')
|
||||||
.contact-suggestions(ng-show="suggestions.length")
|
.contact-suggestions(ng-show="suggestions.length")
|
||||||
p.contact-suggestion-label #{translate("kb_suggestions_enquiry")}
|
p.contact-suggestion-label !{translate("kb_suggestions_enquiry", { kbLink: "<a href='learn/kb' target='_blank'>__kb__</a>", kb: translate("knowledge_base") })}
|
||||||
ul.contact-suggestion-list
|
ul.contact-suggestion-list
|
||||||
li(ng-repeat="suggestion in suggestions")
|
li(ng-repeat="suggestion in suggestions")
|
||||||
a.contact-suggestion-list-item(ng-href="{{ suggestion.url }}", ng-click="clickSuggestionLink(suggestion.url);" target="_blank")
|
a.contact-suggestion-list-item(ng-href="{{ suggestion.url }}", ng-click="clickSuggestionLink(suggestion.url);" target="_blank")
|
||||||
|
|
Loading…
Reference in a new issue