show all registration for single author
[angular-drzb] / app / partials / authors.html.ep
index 9532da6..e2dae05 100644 (file)
@@ -28,7 +28,9 @@ Authors
 <td>{{author.value.firstname}}</td>
 <td>{{author.value.organization}}</td>
 <td>{{author.value.email}}</td>
-<td><a href="{{author.id | registration_url }}" target="{{author.id}}" title="see {{author.id}} in new window">R</a></td>
+<td>
+<a ng-repeat="r_id in author.distinct_ids" href="{{r_id | registration_url }}" target="{{r_id}}" title="open {{r_id}} in new window"><i class="icon-user"></i></a>
+</td>
 </tr>
 </table>