mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
More style tweaks for buttons (input/a)... :|
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042219
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<%@ Import Namespace="Orchard.Blogs.Extensions"%>
|
||||
<%@ Import Namespace="Orchard.Blogs.Models"%>
|
||||
<%@ Import Namespace="Orchard.Blogs.ViewModels"
|
||||
%><p><a href="<%=Url.BlogCreate() %>">Create a New Blog</a></p><%
|
||||
%><div class="actions"><a class="add button" href="<%=Url.BlogCreate() %>">Create a New Blog</a></div><%
|
||||
if (Model.Blogs.Count() > 0) { %>
|
||||
<ul><%
|
||||
foreach (Blog blog in Model.Blogs) { %>
|
||||
@@ -13,5 +13,5 @@ if (Model.Blogs.Count() > 0) { %>
|
||||
</li><%
|
||||
} %>
|
||||
</ul>
|
||||
<p><a href="<%=Url.BlogCreate() %>">Create a New Blog</a></p><%
|
||||
<div class="actions"><a class="add button" href="<%=Url.BlogCreate() %>">Create a New Blog</a></div><%
|
||||
} %>
|
Reference in New Issue
Block a user