webdav portal fixes

This commit is contained in:
vfedosevich 2015-03-12 06:40:31 -07:00
parent 0f61d148ff
commit 4503df4578
2 changed files with 11 additions and 7 deletions

View file

@ -25,7 +25,9 @@
}
else
{
<a href="@Url.RouteUrl(FileSystemRouteNames.ShowContentPath)" class="processing-dialog">@UI.SearchResults</a>
<a href="@Url.RouteUrl(FileSystemRouteNames.ShowContentPath)" class="processing-dialog">@(elements.Any() ?elements.Last():WspContext.User.OrganizationId)</a>
<span style="top: 2px;"> / </span>
<span>@UI.SearchResults</span>
}
</div>