Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Reis Santos (AZURE) authored and Rodrigo Reis Santos (AZURE) committed Apr 6, 2024
1 parent b1935d0 commit 1c7dafd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,14 @@ <h2>Details</h2>
"Active") (or (not (eq .recommendationMetadataState "Removed")) ($.Site.Params.aprlDevMode true)) }}
<div id="{{ anchorize .description }}">
<hr style="height: 5px" />
<h3>{{ .description }}</h3>
<h3>{{ .description }}
<a href="#{{ anchorize .description }}">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-link" viewBox="0 0 16 16">
<path d="M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9c-.086 0-.17.01-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z"/>
<path d="M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4.02 4.02 0 0 1-.82 1H12a3 3 0 1 0 0-6H9z"/>
</svg>
</a>
</h3>
<h4>
<span style="font-weight: bold">Impact:</span>&nbsp;
<span style="font-weight: normal">{{ .recommendationImpact }}</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@ <h2>Details</h2>
{{ if and (eq .recommendationMetadataState "Active") (or (not (eq .recommendationMetadataState "Removed")) ($.Site.Params.aprlDevMode true)) }}
<div id="{{ anchorize .description }}">
<hr style="height: 5px" />
<h3>{{ .description }}</h3>
<h3>{{ .description }}
<a href="#{{ anchorize .description }}">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-link" viewBox="0 0 16 16">
<path d="M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9c-.086 0-.17.01-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z"/>
<path d="M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4.02 4.02 0 0 1-.82 1H12a3 3 0 1 0 0-6H9z"/>
</svg>
</a>
</h3>
<h4>
<span style="font-weight: bold">Impact:</span>&nbsp;
<span style="font-weight: normal">{{ .recommendationImpact }}</span>
Expand Down

0 comments on commit 1c7dafd

Please sign in to comment.