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"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
@model IEnumerable<Cicm.Database.Models.Company>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Companies (Admin)";
|
||||
}
|
||||
|
||||
<h2>Companies</h2>
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.CompanyDescription>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Company descriptions (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>Company descriptions</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.Gpu>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "GPUs (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>GPUs</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.InstructionSetExtension>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Instruction set extensions (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>Instruction set extensions</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.InstructionSet>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Instruction sets (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>Instruction sets</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.MachineFamily>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Machine families (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>Machine families</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.Machine>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Machines (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>Machines</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.MemoryByMachine>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Memory by machines (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>Memory by machines</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.News>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "News (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>News</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.Processor>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Processors (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>Processors</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.ProcessorsByMachine>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Processors by machine (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>Processors by machine</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.Resolution>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Resolutions (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>Resolutions</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.SoundSynth>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Sound synthetizers (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>Sound synthetizers</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
@model IEnumerable<Cicm.Database.Models.StorageByMachine>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Storage by machines (Admin)";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
<h2>Storage by machines</h2>
|
||||
|
||||
<p>
|
||||
<a asp-action="Create"
|
||||
|
||||
Reference in New Issue
Block a user