|
|
@@ -2,7 +2,7 @@
|
|
|
@model AnneeViewModel
|
|
|
|
|
|
@{
|
|
|
- ViewBag.Title = "Liste";
|
|
|
+ ViewBag.Title = "Les Collèges " + @Model.Annee_Lib;
|
|
|
Layout = "~/Views/Shared/_Layout.cshtml";
|
|
|
College college_model = new College();
|
|
|
}
|
|
|
@@ -48,7 +48,7 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
@Html.DisplayFor(modelcollege => college.Libelle)
|
|
|
- <noscript>
|
|
|
+ <noscript class="no-print">
|
|
|
@Html.ActionLink(" > Voir", "Details", new { id = college.Id })
|
|
|
</noscript>
|
|
|
</td>
|