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 | 1 | <div class="container"> |
2 | 2 | <div class="jumbotron text-center"> |
3 | 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 | 5 | <p>Mais avec toi, ça serait encore plus sympa !</p> |
6 | 6 | </div> |
7 | 7 | <table class="table table-striped table-hover"> |
... | ... | @@ -43,4 +43,4 @@ |
43 | 43 | </tr> |
44 | 44 | </tfoot> |
45 | 45 | </table> |
46 | -</div> | |
47 | 46 | \ No newline at end of file |
47 | +</div> | ... | ... |