pitit refact

This commit is contained in:
Paul Schneider 2026-06-04 12:13:37 +01:00
commit 20713eef64
235 changed files with 5374 additions and 373 deletions

View file

@ -1,7 +1,7 @@
@model Yavsc.Models.Haircut.BrusherProfile
@{
ViewData["Title"] = "Delete";
ViewBag.Title = "Delete";
}
<h2>Delete</h2>

View file

@ -1,7 +1,7 @@
@model Yavsc.Models.Haircut.BrusherProfile
@{
ViewData["Title"] = "Edition du profile coiffeu(se|r)";
ViewBag.Title = "Edition du profile coiffeu(se|r)";
}
@section header {
@ -19,7 +19,7 @@
</script>
}
<h1>@ViewData["Title"]</h1>
<h1>@ViewBag.Title</h1>
<form asp-action="Edit">
<div class="form-horizontal">

View file

@ -1,9 +1,9 @@
@model Yavsc.Models.Haircut.BrusherProfile
@{
ViewData["Title"] = "Profile coiffeur";
ViewBag.Title = "Profile coiffeur";
}
<h2>@ViewData["Title"]</h2>
<h2>@ViewBag.Title</h2>
<div>
<hr />