webdav portal fixes
This commit is contained in:
parent
0f61d148ff
commit
4503df4578
2 changed files with 11 additions and 7 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue