Verified Commit 80d4cb61 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

grammar



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent a7114666
Pipeline #268805 passed with stage
in 5 minutes and 15 seconds
......@@ -64,7 +64,7 @@ document.addEventListener("DOMContentLoaded", evt => { main(); });
<input type="hidden" name="am" value="{{am.lookup_key}}">
<button
{% 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 %}
class="btn btn-sm btn-secondary" data-toggle="tooltip" title="This AM has no free slots"
{% elif am.stats_free < 0 %}
......
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