Fix logs dropdown to work with Angular 1.3
This commit is contained in:
@@ -147,12 +147,12 @@ div.full-size.pdf(ng-controller="PdfController")
|
||||
)
|
||||
i.fa.fa-trash-o
|
||||
|
|
||||
div.dropdown(style="display: inline-block;")
|
||||
div.dropdown(style="display: inline-block;", dropdown)
|
||||
a.btn.btn-default.btn-sm(
|
||||
href
|
||||
dropdown-toggle
|
||||
)
|
||||
| !{translate("other_logs_and_files")}
|
||||
| !{translate("other_logs_and_files")}
|
||||
span.caret
|
||||
ul.dropdown-menu.dropdown-menu-right
|
||||
li(ng-repeat="file in pdf.outputFiles")
|
||||
|
||||
Reference in New Issue
Block a user