From c8c715d916431f4a13b496e979bad36e3262d086 Mon Sep 17 00:00:00 2001
From: Dmytro Bogatov <dmytro@dbogatov.org>
Date: Sun, 6 Aug 2017 23:40:56 +0300
Subject: [PATCH] Fix.

---
 .../Shared/Components/DiscrepancyCard/Default.cshtml  | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/web/Views/Shared/Components/DiscrepancyCard/Default.cshtml b/src/web/Views/Shared/Components/DiscrepancyCard/Default.cshtml
index f2623af..d246854 100644
--- a/src/web/Views/Shared/Components/DiscrepancyCard/Default.cshtml
+++ b/src/web/Views/Shared/Components/DiscrepancyCard/Default.cshtml
@@ -38,7 +38,16 @@
 
 	<div class="media-body">
 		<div class="lgi-heading">
-			Discrepancy of type <strong>@Model.Type</strong> from <em>@Model.MetricType</em> of <em>@Model.MetricSource</em>.
+			Discrepancy of type <strong>@Model.Type</strong> from
+			<a 
+				asp-controller="Home" 
+				asp-action="Metric" 
+				asp-route-type="@Model.MetricType" 
+				asp-route-source="@Model.MetricSource"
+			>
+				 <em>@Model.MetricType</em> of <em>@Model.MetricSource</em>
+			</a>
+			.
 		</div>
 		<small class="lgi-text">@Model.Description()</small>
 
-- 
GitLab