Show search results.

This commit is contained in:
Paulo Reis 2016-06-24 17:10:18 +01:00
parent 2c9812f62f
commit c82f4481e4

View file

@ -17,18 +17,13 @@ script(type='text/ng-template', id='supportModalTemplate')
maxlength='255', maxlength='255',
tabindex='1', tabindex='1',
onkeyup='') onkeyup='')
.contact-suggestions .contact-suggestions(ng-show="suggestions.length")
p.contact-suggestion-label Have you checked our knowledge base? {{ form.subject }} p.contact-suggestion-label Have you checked our knowledge base?
ul.contact-suggestion-list ul.contact-suggestion-list
li: a.contact-suggestion-list-item li(ng-repeat="suggestion in suggestions")
span Item 1 - subsection lorem a.contact-suggestion-list-item(ng-href="{{ suggestion.url }}", target="_blank")
i.fa.fa-angle-right span(ng-bind-html="suggestion.name")
li: a.contact-suggestion-list-item i.fa.fa-angle-right
span Item 2 - subsection dolor
i.fa.fa-angle-right
li: a.contact-suggestion-list-item
span Item 3 - subsection sit
i.fa.fa-angle-right
label.desc(ng-show="'#{getUserEmail()}'.length < 1") label.desc(ng-show="'#{getUserEmail()}'.length < 1")
| #{translate("email")} | #{translate("email")}
.form-group(ng-show="'#{getUserEmail()}'.length < 1") .form-group(ng-show="'#{getUserEmail()}'.length < 1")