This commit is contained in:
Paul Schneider 2019-08-22 16:09:48 +01:00
commit b3c08c1462

View file

@ -1,6 +0,0 @@
@model IList<string>
@foreach (var file in Model) {
<li>@file</li>
}