show all registration for single author
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 13 Mar 2013 19:29:27 +0000 (20:29 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 13 Mar 2013 19:29:27 +0000 (20:29 +0100)
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>