Loading ui/src/views/ProjectGrantFormRoles.vue +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
ui/src/views/ProjectGrantFormRoles.vue +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading