--HG--
branch : 1.x
This commit is contained in:
bertrandleroy
2011-09-28 19:19:44 -07:00
parent 03b0305525
commit 1db4f36c91

View File

@@ -9,4 +9,4 @@
var comment = (Orchard.Comments.Models.CommentPart)Model.ContentPart;
}
said <time datetime="@comment.Record.CommentDateUtc.GetValueOrDefault()">@Html.Link((string)Display.DateTimeRelative(dateTimeUtc: comment.Record.CommentDateUtc.GetValueOrDefault()).ToString(), "#comment-" + comment.Id)</time>
@T("said") <time datetime="@comment.Record.CommentDateUtc.GetValueOrDefault()">@Html.Link((string)Display.DateTimeRelative(dateTimeUtc: comment.Record.CommentDateUtc.GetValueOrDefault()).ToString(), "#comment-" + comment.Id)</time>