refactor: remove ref to page model
This commit is contained in:
parent
55ee3ba5a9
commit
6ed7097c0c
@ -1,8 +1,8 @@
|
|||||||
@page "/{culture=en}"
|
@page "/{culture=en}"
|
||||||
@model IndexModel
|
@using Microsoft.AspNetCore.Mvc.Localization
|
||||||
@{
|
@inject IViewLocalizer Localizer
|
||||||
ViewData["Title"] = "Home page";
|
|
||||||
}
|
|
||||||
|
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h1 class="display-4">Welcome</h1>
|
<h1 class="display-4">Welcome</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user