mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3841 from overleaf/hb-restore-linked-file-errors
put back refreshFile errors for linked files GitOrigin-RevId: aca36443a7d9ee37ae810ff02575489b3aaf0419
This commit is contained in:
parent
60cefae09a
commit
c47f756d2c
1 changed files with 7 additions and 0 deletions
|
@ -58,3 +58,10 @@ div.binary-file-header
|
||||||
i.fa.fa-fw.fa-download
|
i.fa.fa-fw.fa-download
|
||||||
|
|
|
|
||||||
| #{translate("download")}
|
| #{translate("download")}
|
||||||
|
|
||||||
|
// Refresh Error
|
||||||
|
div(ng-if="refreshError").row
|
||||||
|
br
|
||||||
|
.alert.alert-danger.col-md-6.col-md-offset-3
|
||||||
|
| Error: {{ refreshError}}
|
||||||
|
!= moduleIncludes("binaryFile:linkedFileRefreshError", locals)
|
||||||
|
|
Loading…
Reference in a new issue