17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
$newline never
|
|
|
|
$# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>,Sarah Vaupel <vaupel.sarah@campus.lmu.de>
|
|
$#
|
|
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
<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>)
|
|
|