diff --git a/src/Server/Views/Home/Index.cshtml b/src/Server/Views/Home/Index.cshtml index a2ae3fa..fc0c771 100644 --- a/src/Server/Views/Home/Index.cshtml +++ b/src/Server/Views/Home/Index.cshtml @@ -1,5 +1,7 @@ @using Server.Models @using System.Web +@using Server.Services +@inject LocalizationService T @model HomeIndexViewModel @{ ViewData["Title"] = "Home Page"; @@ -81,15 +83,17 @@ placeholder="filter" /> - - @*
- Some test query - -
-
- Some other test query - -
*@ +
+ + + + + + + + + +
NameAction
@@ -116,15 +120,6 @@ - - @*
- Someentity - -
-
- Some other test query - -
*@ @@ -186,6 +181,7 @@