diff --git a/resources/views/files/list.html b/resources/views/files/list.html index 8d25f45..ebd92a5 100644 --- a/resources/views/files/list.html +++ b/resources/views/files/list.html @@ -12,8 +12,8 @@ {% if error %}
{{ error }}
{% endif %} -{% if model['notice'] %} -
{{ model['notice'] }}
+{% if notice %} +
{{ notice }}
{% endif %}