files tree made better.
This commit is contained in:
parent
ffbf032480
commit
ccc91bbf19
1630 changed files with 18209 additions and 41860 deletions
19
src/Yavsc/Views/FormationSettings/Index.cshtml
Normal file
19
src/Yavsc/Views/FormationSettings/Index.cshtml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
@model Yavsc.Models.Workflow.Profiles.FormationSettings
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
|
||||
@if (Model == null) {
|
||||
<a asp-action="Create" class="btn btn-default">Positionner les paramêtres</a>
|
||||
} else {
|
||||
<a asp-action="Edit" class="btn btn-default">Edit</a>
|
||||
<a asp-action="Delete" asp-route-id="@Model.UserId" class="btn btn-default">Delete</a>
|
||||
<div>
|
||||
<h4>FormationSettings</h4>
|
||||
<hr />
|
||||
</div>
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue