From cbade0dcbc6ab4faffa05c39397a46ff1f1c925c Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 17 Jan 2017 15:00:01 +0100 Subject: [PATCH] =?UTF-8?q?afficher=20la=20date=20de=20modif,=20d=C3=A8s?= =?UTF-8?q?=20que=20diff=C3=A9rente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yavsc/Views/Blogspot/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yavsc/Views/Blogspot/Index.cshtml b/Yavsc/Views/Blogspot/Index.cshtml index 279f9d85..c3139af6 100644 --- a/Yavsc/Views/Blogspot/Index.cshtml +++ b/Yavsc/Views/Blogspot/Index.cshtml @@ -29,7 +29,7 @@ @item.Author.UserName
posté le @item.DateCreated.ToString("dddd d MMM yyyy à H:mm") - @if ((item.DateModified - item.DateCreated).Minutes > 10){  + @if ((item.DateModified - item.DateCreated).Minutes > 0){  @:- Modifié le @item.DateModified.ToString("dddd d MMM yyyy à H:mm") }