Unverified Commit 077785f5 authored by Enrico Zini's avatar Enrico Zini
Browse files

Added a validation link to the person page, clickable

parent d2966b91
Pipeline #370575 failed with stage
in 5 minutes and 41 seconds
......@@ -88,6 +88,14 @@ body:before {
font-size: 24px;
font-weight: bold;
}
#cert-debian-url a {
color: black;
text-decoration: none;
}
#cert-debian-url a:hover {
color: blue;
text-decoration: underline;
}
#cert-signature {
display: grid;
flex-grow: 2;
......@@ -192,7 +200,7 @@ p {
</div>
<div id="cert-debian-url" class="textblock">
{{check_url}}
<a href="{{check_url}}">{{check_url}}</a>
</div>
<div id="cert-signature" class="textblock">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment