mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#18828: Fixing "Your Site" link in the dashboard
Work Item: 18828 --HG-- branch : 1.x
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@model dynamic
|
||||
<div id="branding">
|
||||
<div id="app">@Html.ActionLink(T("Project Orchard").ToString(), "Index", new { Area = "", Controller = "Home" })</div>
|
||||
<div id="site">@Html.ActionLink(T("Your Site").ToString(), "Index", new { Area = "", Controller = "Home" })</div>
|
||||
<div id="app">@Html.Link(T("Project Orchard").ToString(), Url.Content("~/"))</div>
|
||||
<div id="site">@Html.Link(T("Your Site").ToString(), Url.Content("~/"))</div>
|
||||
</div>
|
Reference in New Issue
Block a user