Guillaume пре 3 година
родитељ
комит
1c3ed4de98
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      backend/views/distribution/index.php

+ 1
- 1
backend/views/distribution/index.php Прегледај датотеку

@@ -274,7 +274,7 @@ $this->setPageTitle('Distributions') ;
<div class="clr"></div>
</div>

<div class="alert alert-danger" v-if="missingSubscriptions.length > 0">
<div class="alert alert-danger" v-if="missingSubscriptions && missingSubscriptions.length > 0">
{{ missingSubscriptions.length }} abonnement<template v-if="missingSubscriptions.length > 1">s</template> manquant<template v-if="missingSubscriptions.length > 1">s</template> :
<ul>
<li v-for="subscription in missingSubscriptions">{{ subscription.username }}</li>

Loading…
Откажи
Сачувај