Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
nm.debian.org
Commits
077785f5
Unverified
Commit
077785f5
authored
Apr 21, 2022
by
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
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
person/templates/person/certificate.html
View file @
077785f5
...
@@ -88,6 +88,14 @@ body:before {
...
@@ -88,6 +88,14 @@ body:before {
font-size
:
24px
;
font-size
:
24px
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
#cert-debian-url
a
{
color
:
black
;
text-decoration
:
none
;
}
#cert-debian-url
a
:hover
{
color
:
blue
;
text-decoration
:
underline
;
}
#cert-signature
{
#cert-signature
{
display
:
grid
;
display
:
grid
;
flex-grow
:
2
;
flex-grow
:
2
;
...
@@ -192,7 +200,7 @@ p {
...
@@ -192,7 +200,7 @@ p {
</div>
</div>
<div
id=
"cert-debian-url"
class=
"textblock"
>
<div
id=
"cert-debian-url"
class=
"textblock"
>
{{check_url}}
<a
href=
"
{{check_url}}
"
>
{{check_url}}
</a>
</div>
</div>
<div
id=
"cert-signature"
class=
"textblock"
>
<div
id=
"cert-signature"
class=
"textblock"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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