Commit 3597886cd5c4585e1de571162b9108f7bd9932be
1 parent
82d5512d
Pluriel conditionel
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
public/views/membres.html
1 | <div class="container"> | 1 | <div class="container"> |
2 | <div class="jumbotron text-center"> | 2 | <div class="jumbotron text-center"> |
3 | <h1>Il y a | 3 | <h1>Il y a |
4 | - <span id="membre-qt" class="label label-info">{{ membres.length }}</span> personnes au Club Info !</h1> | 4 | + <span id="membre-qt" class="label label-info">{{ membres.length }}</span> personne{{membres.length >= 2 ? 's' : ''}} au Club Info !</h1> |
5 | <p>Mais avec toi, ça serait encore plus sympa !</p> | 5 | <p>Mais avec toi, ça serait encore plus sympa !</p> |
6 | </div> | 6 | </div> |
7 | <table class="table table-striped table-hover"> | 7 | <table class="table table-striped table-hover"> |
@@ -43,4 +43,4 @@ | @@ -43,4 +43,4 @@ | ||
43 | </tr> | 43 | </tr> |
44 | </tfoot> | 44 | </tfoot> |
45 | </table> | 45 | </table> |
46 | -</div> | ||
47 | \ No newline at end of file | 46 | \ No newline at end of file |
47 | +</div> |