Only display zip in list of allowed extensions if zips are expected
This commit is contained in:
parent
5173b6d653
commit
1cf20ac209
@ -4,5 +4,5 @@ $maybe exts <- fmap toNullable permittedExtensions
|
|||||||
<br>
|
<br>
|
||||||
_{MsgUploadModeExtensionRestriction}:
|
_{MsgUploadModeExtensionRestriction}:
|
||||||
<ul .list--inline .list--comma-separated .list--iconless>
|
<ul .list--inline .list--comma-separated .list--iconless>
|
||||||
$forall ext <- zipExtensions <> exts
|
$forall ext <- bool id (mappend zipExtensions) doUnpack exts
|
||||||
<li style="font-family: monospace">#{ext}
|
<li style="font-family: monospace">#{ext}
|
||||||
|
|||||||
Reference in New Issue
Block a user