File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
ExtentReports/Views/Html/Partials Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4
4
<title >@Model.MasterConfig.GetValue( "documentTitle")</title >
5
5
<link rel =" apple-touch-icon" href =" https://cdn.rawgit.com/extent-framework/extent-github-cdn/d74480e/commons/img/logo.png" >
6
6
<link rel =" shortcut icon" href =" https://cdn.rawgit.com/extent-framework/extent-github-cdn/d74480e/commons/img/logo.png" >
7
- <link href =" https://cdn.rawgit.com/extent-framework/extent-github-cdn/1a46550 /spark/css/style.css" rel =" stylesheet" />
7
+ <link href =" https://cdn.rawgit.com/extent-framework/extent-github-cdn/bd7936f /spark/css/style.css" rel =" stylesheet" />
8
8
<link href =" https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel =" stylesheet" >
9
9
<style >@Model.MasterConfig .GetValue("css") @Model.MasterConfig .GetValue("styles") </style >
10
10
</head >
Original file line number Diff line number Diff line change 16
16
</div >
17
17
<div class =" collapse" >
18
18
<div class =" card-body" >
19
+ @if (! string .IsNullOrEmpty (node .Description ))
20
+ {
21
+ <div class =" description" >@node.Description </div >
22
+ }
19
23
@if (node .HasLog )
20
24
{
21
25
@Include( " Log" , node )
You can’t perform that action at this time.
0 commit comments