gives titles

This commit is contained in:
Paul Schneider 2026-07-04 19:57:03 +01:00
commit c8894c4220
5 changed files with 27 additions and 10 deletions

View file

@ -1,6 +1,7 @@
@model IEnumerable<Yavsc.Models.YavscApiScope>
@{
ViewBag.Title = Localizer["ApiScope"];
Layout = null;
}