FIXME Razor page errors

This commit is contained in:
Paul Schneider 2023-03-20 09:13:16 +00:00
commit 1a1f560ee4
234 changed files with 859 additions and 856 deletions

View file

@ -1,18 +1,18 @@
@model IEnumerable<CircleMember>
@{
ViewData["Title"] = @SR["Index"];
ViewData["Title"] = "Index";
}
<h2>@SR["Index"]</h2>
<h2>Index</h2>
<p>
<a asp-action="Create">@SR["Ajouter un utilisateur à un cercle"]</a>
<a asp-action="Create">Ajouter un utilisateur à un cercle"]</a>
</p>
<table class="table">
<tr>
<th>@SR["Cercle"]</th>
<th>@SR["Utilisateur"]</th>
<th>Cercle</th>
<th>Utilisateur</th>
<th></th>
</tr>