Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
status-site
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmytro Bogatov
status-site
Commits
c8c715d9
Commit
c8c715d9
authored
Aug 06, 2017
by
Dmytro Bogatov
💕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix.
parent
eb7d137e
Pipeline
#591
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
src/web/Views/Shared/Components/DiscrepancyCard/Default.cshtml
...eb/Views/Shared/Components/DiscrepancyCard/Default.cshtml
+10
-1
No files found.
src/web/Views/Shared/Components/DiscrepancyCard/Default.cshtml
View file @
c8c715d9
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment