diff --git a/Yavsc/Views/Blogspot/Index.cshtml b/Yavsc/Views/Blogspot/Index.cshtml index afc45988..66dcd572 100644 --- a/Yavsc/Views/Blogspot/Index.cshtml +++ b/Yavsc/Views/Blogspot/Index.cshtml @@ -9,6 +9,7 @@

@SR["Create a new article"]

+ @foreach (var item in Model) { - - +
@@ -17,10 +18,12 @@
- @Html.DisplayFor(modelItem => item.Photo) - @item.Title + var trclass = (item.Visible)?"vpost":"ipost"; + +
+ + @item.Title @item.Author.UserName
@@ -47,5 +50,27 @@ }
+ diff --git a/Yavsc/Views/Home/Chat.cshtml b/Yavsc/Views/Home/Chat.cshtml index f1d45341..c1a5cdf3 100644 --- a/Yavsc/Views/Home/Chat.cshtml +++ b/Yavsc/Views/Home/Chat.cshtml @@ -26,7 +26,7 @@

Salons

Utilisateurs

-