mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Set administrative pages titles.
This commit is contained in:
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.BrowserTest>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Browser tests (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>Browser tests</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
Reference in New Issue
Block a user