Commit a89322f3 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Up : Affichage des noms courts en priorité dans la fiche activité

parent 311e343b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
        <section>
          <article v-for="a in existOrganizationWithRole(role.id)" class="card">
            <i class="icon-user"></i>
            <strong>{{ a.enrolledLabel }}</strong>
            <strong>{{ a.enrolledShortLabel || e.enrolledLabel }}</strong>
            <small> ({{ a.role }})</small>
          </article>
        </section>