This commit is contained in:
2019-08-22 16:09:48 +01:00
parent f1ee5ffde0
commit 0121a22d8a

View File

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