Skip to content
Snippets Groups Projects
Commit c8c715d9 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent eb7d137e
Branches
No related tags found
No related merge requests found
Pipeline #
...@@ -38,7 +38,16 @@ ...@@ -38,7 +38,16 @@
<div class="media-body"> <div class="media-body">
<div class="lgi-heading"> <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> </div>
<small class="lgi-text">@Model.Description()</small> <small class="lgi-text">@Model.Description()</small>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment