Fix link from companies index.

This commit is contained in:
2020-05-24 18:52:12 +01:00
parent 4d908b7d31
commit 92137d477b

View File

@@ -76,7 +76,7 @@
<br />
@foreach (var company in _companies)
{
<a href="/companies/@company.Id">
<a href="/company/@company.Id">
@if (company.LastLogo != null &&
File.Exists(Path.Combine(Host.WebRootPath, "assets/logos", company.LastLogo + ".svg")))
{