From f61ae3f9956f8028d04a94eb5eda6c697c09e73f Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 20 Apr 2018 19:20:54 +0100 Subject: [PATCH] Add link to company view to search other companies from same country. --- cicm_web/Views/Company/View.cshtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cicm_web/Views/Company/View.cshtml b/cicm_web/Views/Company/View.cshtml index db179ee0..4fb2a823 100644 --- a/cicm_web/Views/Company/View.cshtml +++ b/cicm_web/Views/Company/View.cshtml @@ -140,6 +140,7 @@ Country + @if(File.Exists(System.IO.Path.Combine(ViewBag.WebRootPath, "assets/flags/countries", Model.Country.Id + ".svg"))) { @@ -158,6 +159,7 @@ } @Model.Country.Name +