diff --git a/Yavsc/Views/FormationSettings/Index.cshtml b/Yavsc/Views/FormationSettings/Index.cshtml index 6b90a9f0..ea61efb2 100644 --- a/Yavsc/Views/FormationSettings/Index.cshtml +++ b/Yavsc/Views/FormationSettings/Index.cshtml @@ -1,4 +1,4 @@ -@model IEnumerable +@model Yavsc.Models.Workflow.Profiles.FormationSettings @{ ViewData["Title"] = "Index"; @@ -6,21 +6,14 @@

Index

-

- Create New -

- - - - - -@foreach (var item in Model) { - - - +@if (Model == null) { + Positionner les paramĂȘtres +} else { + Edit + Delete +
+

FormationSettings

+
+
} -
- Edit | - Details | - Delete -
+