And some more specflows fixed

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-09-21 18:00:55 -07:00
parent a7b488bdef
commit 472183c3da
3 changed files with 107 additions and 67 deletions

View File

@@ -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>