diff --git a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml index f893907e66..cdbfa13d4b 100644 --- a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml +++ b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml @@ -73,13 +73,14 @@
@if (Model.Post.Writer != null) { - -
- @(Model.Post.Writer.UserName) @BloggingPageHelper.ConvertDatetimeToTimeAgo(Model.Post.CreationTime) -
-
+
+ + @(Model.Post.Writer.UserName) + + @BloggingPageHelper.ConvertDatetimeToTimeAgo(Model.Post.CreationTime) +
} - + @L["WiewsWithCount", @Model.Post.ReadCount] | @L["CommentWithCount", @Model.CommentCount] diff --git a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml index 78c466e8c9..34de18a744 100644 --- a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml +++ b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml @@ -65,11 +65,12 @@
- -
- @post.Writer.UserName @BloggingPageHelper.ConvertDatetimeToTimeAgo(post.CreationTime) -
-
+
+ + @post.Writer.UserName + + @BloggingPageHelper.ConvertDatetimeToTimeAgo(post.CreationTime) +
@L["WiewsWithCount", post.ReadCount] @*| @L["CommentWithCount", post.CommentCount]*@ @@ -125,7 +126,12 @@
@if (post.Writer != null) { -
@post.Writer.UserName @BloggingPageHelper.ConvertDatetimeToTimeAgo(post.CreationTime)
+
+ + @post.Writer.UserName + + @BloggingPageHelper.ConvertDatetimeToTimeAgo(post.CreationTime) +
} @L["WiewsWithCount", post.ReadCount] @*| @@ -184,10 +190,17 @@
- + + +
-
@post.Writer.UserName @BloggingPageHelper.ConvertDatetimeToTimeAgo(post.CreationTime)
+
+ + @post.Writer.UserName + + @BloggingPageHelper.ConvertDatetimeToTimeAgo(post.CreationTime) +
@L["WiewsWithCount", post.ReadCount] @*| @L["CommentWithCount", post.CommentCount]*@