diff --git a/Web/Views/LeafInput/Confirm.cshtml b/Web/Views/LeafInput/Confirm.cshtml index b685d7b..3b44faf 100644 --- a/Web/Views/LeafInput/Confirm.cshtml +++ b/Web/Views/LeafInput/Confirm.cshtml @@ -15,6 +15,7 @@ @Html.HiddenFor(m => m.Name) +
@Html.DisplayNameFor(m => m.Email) @@ -25,15 +26,7 @@
@Html.HiddenFor(m => m.Email) -
-
- @Html.DisplayNameFor(m => m.SiteId) -
-
- @Html.DisplayTextFor(m => m.SiteId) -
-
- @Html.HiddenFor(m => m.SiteId) +
@Html.DisplayNameFor(m => m.Identifier) @@ -44,8 +37,30 @@
@Html.HiddenFor(m => m.Identifier) +
+
+ @Html.DisplayNameFor(m => m.SiteId) +
+
+ @Html.DisplayTextFor(m => m.SiteId) +
+
+ @Html.HiddenFor(m => m.SiteId) + +
+
+ Files +
+
+ @foreach (var file in Model.Files) + { + @file
+ } +
+
+
- +
} diff --git a/Web/Views/LeafInput/Index.cshtml b/Web/Views/LeafInput/Index.cshtml index 5c38eee..4341a1a 100644 --- a/Web/Views/LeafInput/Index.cshtml +++ b/Web/Views/LeafInput/Index.cshtml @@ -57,7 +57,7 @@ - +