mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Show search results.
This commit is contained in:
parent
2c9812f62f
commit
c82f4481e4
1 changed files with 6 additions and 11 deletions
|
@ -17,17 +17,12 @@ script(type='text/ng-template', id='supportModalTemplate')
|
|||
maxlength='255',
|
||||
tabindex='1',
|
||||
onkeyup='')
|
||||
.contact-suggestions
|
||||
p.contact-suggestion-label Have you checked our knowledge base? {{ form.subject }}
|
||||
.contact-suggestions(ng-show="suggestions.length")
|
||||
p.contact-suggestion-label Have you checked our knowledge base?
|
||||
ul.contact-suggestion-list
|
||||
li: a.contact-suggestion-list-item
|
||||
span Item 1 - subsection lorem
|
||||
i.fa.fa-angle-right
|
||||
li: a.contact-suggestion-list-item
|
||||
span Item 2 - subsection dolor
|
||||
i.fa.fa-angle-right
|
||||
li: a.contact-suggestion-list-item
|
||||
span Item 3 - subsection sit
|
||||
li(ng-repeat="suggestion in suggestions")
|
||||
a.contact-suggestion-list-item(ng-href="{{ suggestion.url }}", target="_blank")
|
||||
span(ng-bind-html="suggestion.name")
|
||||
i.fa.fa-angle-right
|
||||
label.desc(ng-show="'#{getUserEmail()}'.length < 1")
|
||||
| #{translate("email")}
|
||||
|
|
Loading…
Reference in a new issue