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
80d4cb61
Verified
Commit
80d4cb61
authored
Jul 15, 2021
by
Mattia Rizzolo
Browse files
grammar
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
a7114666
Pipeline
#268805
passed with stage
in 5 minutes and 15 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
process/templates/process/assign_am.html
View file @
80d4cb61
...
@@ -64,7 +64,7 @@ document.addEventListener("DOMContentLoaded", evt => { main(); });
...
@@ -64,7 +64,7 @@ document.addEventListener("DOMContentLoaded", evt => { main(); });
<input
type=
"hidden"
name=
"am"
value=
"{{am.lookup_key}}"
>
<input
type=
"hidden"
name=
"am"
value=
"{{am.lookup_key}}"
>
<button
<button
{%
if
am.slots =
=
0
%}
{%
if
am.slots =
=
0
%}
class=
"btn btn-sm btn-outline-secondary"
data-toggle=
"tooltip"
title=
"This AM
has
set their slots to 0"
class=
"btn btn-sm btn-outline-secondary"
data-toggle=
"tooltip"
title=
"This AM set their slots to 0"
{%
elif
am.stats_free =
=
0
%}
{%
elif
am.stats_free =
=
0
%}
class=
"btn btn-sm btn-secondary"
data-toggle=
"tooltip"
title=
"This AM has no free slots"
class=
"btn btn-sm btn-secondary"
data-toggle=
"tooltip"
title=
"This AM has no free slots"
{%
elif
am.stats_free
<
0
%}
{%
elif
am.stats_free
<
0
%}
...
...
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