Browse Source

Merge branch 'dev'

master
Guillaume 3 years ago
parent
commit
1c3ed4de98
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/views/distribution/index.php

+ 1
- 1
backend/views/distribution/index.php View File

@@ -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…
Cancel
Save