mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix logs dropdown to work with Angular 1.3
This commit is contained in:
parent
95db287fef
commit
5fdb50958e
1 changed files with 2 additions and 2 deletions
|
@ -147,12 +147,12 @@ div.full-size.pdf(ng-controller="PdfController")
|
||||||
)
|
)
|
||||||
i.fa.fa-trash-o
|
i.fa.fa-trash-o
|
||||||
|
|
|
|
||||||
div.dropdown(style="display: inline-block;")
|
div.dropdown(style="display: inline-block;", dropdown)
|
||||||
a.btn.btn-default.btn-sm(
|
a.btn.btn-default.btn-sm(
|
||||||
href
|
href
|
||||||
dropdown-toggle
|
dropdown-toggle
|
||||||
)
|
)
|
||||||
| !{translate("other_logs_and_files")}
|
| !{translate("other_logs_and_files")}
|
||||||
span.caret
|
span.caret
|
||||||
ul.dropdown-menu.dropdown-menu-right
|
ul.dropdown-menu.dropdown-menu-right
|
||||||
li(ng-repeat="file in pdf.outputFiles")
|
li(ng-repeat="file in pdf.outputFiles")
|
||||||
|
|
Loading…
Reference in a new issue