mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
And some more specflows fixed
--HG-- branch : dev
This commit is contained in:
@@ -10,8 +10,7 @@
|
||||
<li class="tenant @tenant.State.CurrentState">
|
||||
<div class="summary">
|
||||
<div class="properties">
|
||||
<h3>@tenant.Name
|
||||
@if (!string.IsNullOrEmpty(tenant.RequestUrlHost)) {
|
||||
<h3>@tenant.Name @if (!string.IsNullOrEmpty(tenant.RequestUrlHost)) {
|
||||
<span class="tenantHost"> - @Html.Link(Url.Tenant(tenant), Url.Tenant(tenant))</span>
|
||||
}</h3>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user