mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Some more work on setup
- shell settings config saved to ~/App_Data/Sites/<ShellSettings Name>.txt - initial page owner set - orchardHost reinitialized (<- left commented out) --HG-- branch : dev
This commit is contained in:
@@ -73,7 +73,7 @@ foreach (var pageEntry in Model.PageEntries)
|
||||
<td><%=Html.Encode(pageEntry.Page.Title ?? T("(no title)").ToString())%></td>
|
||||
<td><% if (pageEntry.Page.HasPublished)
|
||||
{ %>
|
||||
<%=Html.ActionLink(pageEntry.Page.Slug ?? T("(no slug)").ToString(), "Item", new { controller = "Page", slug = pageEntry.Page.PublishedSlug })%>
|
||||
<%=Html.ActionLink(!string.IsNullOrEmpty(pageEntry.Page.Slug) ? pageEntry.Page.Slug : T("(no slug)").ToString(), "Item", new { controller = "Page", slug = pageEntry.Page.PublishedSlug })%>
|
||||
<% }
|
||||
else
|
||||
{%>
|
||||
|
Reference in New Issue
Block a user