diff --git a/FileStorageService.www/Views/Files/Index.cshtml b/FileStorageService.www/Views/Files/Index.cshtml index a5126ac..a688613 100644 --- a/FileStorageService.www/Views/Files/Index.cshtml +++ b/FileStorageService.www/Views/Files/Index.cshtml @@ -22,6 +22,12 @@
+ @if (Model.FileHandles.Any()) + { +
+ New File... +
+ }
@if (!Model.FileHandles.Any()) {