From c8280de126b008b6f87b7190fc283ced9f575f93 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 6 Mar 2017 03:05:55 +0100 Subject: [PATCH] fix --- Yavsc/Views/FormationSettings/Index.cshtml | 29 ++++++++-------------- 1 file changed, 11 insertions(+), 18 deletions(-) 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 -
+