|
|
|
@ -59,8 +59,8 @@ |
|
|
|
<div class="col pl-1"> |
|
|
|
<h5 class="mt-2 mb-1">@post.Writer.UserName <span>@ConvertDatetimeToTimeAgo(post.CreationTime)</span></h5> |
|
|
|
<i class="fa fa-eye"></i> @L["WiewsWithCount", post.ReadCount] |
|
|
|
<span class="vs-seperator">|</span> |
|
|
|
<i class="fa fa-comment"></i> @L["CommentWithCount", post.CommentCount] |
|
|
|
@*<span class="vs-seperator">|</span> |
|
|
|
<i class="fa fa-comment"></i> @L["CommentWithCount", post.CommentCount]*@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -116,8 +116,8 @@ |
|
|
|
<h5 class="mt-2 mb-1">@post.Writer.UserName <span>@ConvertDatetimeToTimeAgo(post.CreationTime)</span></h5> |
|
|
|
} |
|
|
|
<i class="fa fa-eye"></i> @L["WiewsWithCount", post.ReadCount] |
|
|
|
<span class="vs-seperator">|</span> |
|
|
|
<i class="fa fa-comment"></i> @L["CommentWithCount", post.CommentCount] |
|
|
|
@*<span class="vs-seperator">|</span> |
|
|
|
<i class="fa fa-comment"></i> @L["CommentWithCount", post.CommentCount]*@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -177,8 +177,8 @@ |
|
|
|
<div class="col pl-1"> |
|
|
|
<h5 class="mt-2 mb-1">@post.Writer.UserName <span>@ConvertDatetimeToTimeAgo(post.CreationTime)</span></h5> |
|
|
|
<i class="fa fa-eye"></i> @L["WiewsWithCount", post.ReadCount] |
|
|
|
<span class="vs-seperator">|</span> |
|
|
|
<i class="fa fa-comment"></i> @L["CommentWithCount", post.CommentCount] |
|
|
|
@*<span class="vs-seperator">|</span> |
|
|
|
<i class="fa fa-comment"></i> @L["CommentWithCount", post.CommentCount]*@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|