@using CD67.FicheCollege.MVC.Models
@model AnneeViewModel
Actions @Model.Annee_Lib
@{
ViewBag.Title = "Actions " + @Model.Annee_Lib;
Layout = "~/Views/Shared/_Layout.cshtml";
}
Index
Affectation
Administration
- @Html.ActionLink("Les axes", "Index", "ActionEduAxes")
- @Html.ActionLink("Les thématiques", "Index", "ActionEduThematiques")
- @Html.ActionLink("Les actions " + @Model.Annee_Lib, "Index", "ActionsEdu", new { annee_id = Model.Obj.Id }, null)