Explorar el Código

Merge branch 'dev'

master
Guillaume hace 3 años
padre
commit
1c3ed4de98
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      backend/views/distribution/index.php

+ 1
- 1
backend/views/distribution/index.php Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar