Project

General

Profile

« Previous | Next » 

Revision 57313

1. adminPg-registrations: pencil for update purposes
2. adminPg-metrics: clickable link on id to show metrics
3. Abstracts field on eventlist: better check for line breaks

View differences:

content-events-of-repo-eventslist.component.html
136 136
                            <td class="uk-table-shrink">
137 137
                              <div class="el-title">
138 138
                                <span *ngFor="let abs of event.publication.abstracts; let a_index = index">
139
                                  <br *ngIf="a_index > 1">
139
                                  <br *ngIf="a_index > 0 && event.publication.abstracts[a_index-1].length > 0">
140 140
                                  <span>{{ abs }}</span>
141 141
                                  <span *ngIf="event.highlight.abstracts.indexOf(abs)>=0 && event.highlight.abstracts.length>0 && event.provenance">
142 142
                                    <span class="pull-right">

Also available in: Unified diff