|
|
@@ -58,3 +58,10 @@ div.binary-file-header
|
|
|
i.fa.fa-fw.fa-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)
|