mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added missing page button (not wired up) to /learn
This commit is contained in:
parent
90092a0c61
commit
7634fcf3af
1 changed files with 4 additions and 2 deletions
|
@ -11,8 +11,7 @@ block content
|
|||
| !{contents.content}
|
||||
.col-xs-9.page(ng-controller="SearchWikiController")
|
||||
.row
|
||||
|
||||
form.project-search.form-horizontal.col-md-12(role="form")
|
||||
form.project-search.form-horizontal.col-md-9(role="form")
|
||||
.form-group.has-feedback.has-feedback-left.col-md-12
|
||||
input.form-control.col-md-12(type='text', ng-model='searchQueryText', ng-keyup='search()', placeholder="Search help library....")
|
||||
i.fa.fa-search.form-control-feedback-left
|
||||
|
@ -21,6 +20,9 @@ block content
|
|||
style="cursor: pointer;",
|
||||
ng-show="searchQueryText.length > 0"
|
||||
)
|
||||
.col-md-2
|
||||
a.btn.btn-primary(ng-click="showMissingTemplateModal()") #{translate("missing_page")}
|
||||
|
||||
.row
|
||||
.col-md-12(ng-cloak)
|
||||
ul.list-unstyled
|
||||
|
|
Loading…
Reference in a new issue