Fix a few ui bugs

This commit is contained in:
James Allen 2014-07-02 13:29:56 +01:00
parent ab09a865b8
commit 926b31b337
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ aside#left-menu.full-size(
| Source
li
a(
ng-href="/project/{{project_id}}/{{pdf.url}}"
ng-href="{{pdf.url}}"
target="_blank"
ng-if="pdf.url"
)

View file

@ -93,10 +93,10 @@ div.full-size(ng-controller="PdfController")
)
i.fa.fa-trash-o
|  
div.dropdown(style="display: inline-block;")
div.dropdown(dropdown, style="display: inline-block;")
a.btn.btn-default.btn-sm(
href
data-toggle="dropdown"
dropdown-toggle
)
| Other logs & files
span.caret