mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 20:13:52 +08:00
More blog admin UI cleanup
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043231
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<p class="comment">
|
||||
<%--TODO: (erikpo) Need to clean the name and url so nothing dangerous goes out--%>
|
||||
<strong><%=Html.LinkOrDefault(comment.UserName, comment.SiteName, new { rel = "nofollow" })%></strong>
|
||||
<span>said<br /><%=Html.Link(Html.DateTime(comment.CommentDate), "#")%></span>
|
||||
<span>said<br /><%=Html.Link(Html.DateTimeRelative(comment.CommentDate), "#")%></span>
|
||||
</p>
|
||||
<div class="text">
|
||||
<p><%=comment.CommentText %></p>
|
||||
|
||||
Reference in New Issue
Block a user