11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
<h2>_{MsgSubmissionFilesIgnored (Set.size ignoredFiles)}
|
|
<ul>
|
|
$forall ident <- ignoredFiles
|
|
$case ident
|
|
$of Right fileTitle
|
|
<li .file-path>
|
|
#{fileTitle}
|
|
$of Left cID
|
|
<li>_{MsgRatingFile} (<span .file-path>#{toPathPiece cID}</span>)
|
|
|