mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fix link from companies index.
This commit is contained in:
@@ -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")))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user