mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-23 13:22:08 +08:00
Removed <h1> tag and text from the top of the list of blogs page.
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045701
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<BlogsViewModel>" %>
|
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<BlogsViewModel>" %>
|
||||||
<%@ Import Namespace="Orchard.Blogs.ViewModels"%>
|
<%@ Import Namespace="Orchard.Blogs.ViewModels"%>
|
||||||
<h1><%=Html.TitleForPage(T("Blogs").ToString())%></h1>
|
<%if (Model.Blogs.Count() > 0) { %>
|
||||||
<p><%=_Encoded("All of the blogs.")%></p><%
|
|
||||||
if (Model.Blogs.Count() > 0) { %>
|
|
||||||
<%=Html.UnorderedList(Model.Blogs, (b, i) => Html.DisplayForItem(b).ToHtmlString(), "blogs contentItems") %><%
|
<%=Html.UnorderedList(Model.Blogs, (b, i) => Html.DisplayForItem(b).ToHtmlString(), "blogs contentItems") %><%
|
||||||
}
|
}
|
||||||
else { %>
|
else { %>
|
||||||
|
|||||||
Reference in New Issue
Block a user