cms/app-client/app/templates/components/notice-component.hbs
changeset 536 b64c8c35c67d
parent 529 5d9eacbd5794
child 563 41e4eb4d8b82
--- a/cms/app-client/app/templates/components/notice-component.hbs	Sat Jun 10 18:39:39 2017 +0200
+++ b/cms/app-client/app/templates/components/notice-component.hbs	Sat Jun 10 22:43:58 2017 +0200
@@ -62,7 +62,7 @@
     <td>
       <ul>
         {{#each participants as |participant|}}
-        <li>{{component (get-link-type participant.identifier) url=participant.identifier }} ({{#each participant.role as |r index| }}{{if index ", "}}{{r}}{{/each}})</li>
+        <li>{{component (get-link-type participant.identifier) url=participant.identifier displayUrlLink=true}} ({{#each participant.role as |r index| }}{{if index ", "}}{{r}}{{/each}})</li>
         {{/each}}
       </ul>
     </td>