diff --git a/templates/broadcast/Download.stream.html.twig b/templates/broadcast/Download.stream.html.twig index 6b6903c..913d45b 100644 --- a/templates/broadcast/Download.stream.html.twig +++ b/templates/broadcast/Download.stream.html.twig @@ -31,9 +31,9 @@ {{ entity.title }} - - {{ entity.progress }} - +
+
{{ entity.progress }}%
+
diff --git a/templates/components/DownloadList.html.twig b/templates/components/DownloadList.html.twig index c8ed30e..2c87bca 100644 --- a/templates/components/DownloadList.html.twig +++ b/templates/components/DownloadList.html.twig @@ -44,9 +44,12 @@ {% if download.progress < 100 %} -
- {{ download.progress }} -
+
+
{{ download.progress }}%
+
+{#
#} +{# {{ download.progress }}#} +{#
#} {% else %} {% endif %}