diff -r 44569a7f8db0 -r 65e357e5eecb cms/app-client/app/templates/components/notice-component.hbs --- a/cms/app-client/app/templates/components/notice-component.hbs Tue Nov 22 16:55:56 2016 +0100 +++ b/cms/app-client/app/templates/components/notice-component.hbs Tue Nov 22 18:33:07 2016 +0100 @@ -1,61 +1,54 @@

{{ item.title }}

-
{{#link-to "document" item.id (query-params) class="notice-permalink" target="blank"}}permalien{{/link-to}}
+
permalien
- - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Editeur{{#if (if-operator item.publishers.length '>' 1)}}s{{/if}} -
    - {{#each item.publishers as |publisher|}} -
  • {{ publisher }}
  • - {{/each}} -
-
Langue{{#each item.languages as |lang index|}}{{if index ", "}}{{ doc-language url=lang class="language"}}Share{{/each}}
Sujet{{#if (if-operator item.computedSubjects.length '>' 1)}}s{{/if}} -
    - {{#each subjects as |subject|}} -
  • - {{#if subject.url}} - {{#if subject.name}} - {{subject.name}} - {{else}} - {{component (getLinkType subject.url) url=subject.url}} - {{/if}} - Share - {{else}} - {{subject.name}} - {{/if}} -
  • - {{/each}} -
-
Enregistré en{{ short-date item.issued }}
Participant{{#if (if-operator participants.length '>' 1)}}s{{/if}} -
    - {{#each participants as |participant|}} -
  • {{ participant.name }} ({{ participant.role }})
  • - {{/each}} -
-
Lieu{{ location }}
Durée{{to-minutes item.duration}}
Editeur{{#if (if-operator item.publishers.length '>' 1)}}s{{/if}} +
    + {{#each item.publishers as |publisher|}} +
  • {{ publisher }}
  • + {{/each}} +
+
Langue{{#each item.languages as |lang index|}}{{if index ", "}}{{ doc-language url=lang class="language"}}Share{{/each}}
Sujet{{#if (if-operator item.computedSubjects.length '>' 1)}}s{{/if}} +
    + {{#each subjects as |subject|}} +
  • + {{#if subject.url}} {{#if subject.name}} {{subject.name}} {{else}} + {{component (getLinkType subject.url) url=subject.url}} {{/if}} + Share {{else}} {{subject.name}} {{/if}} +
  • + {{/each}} +
+
Enregistré en{{ short-date item.issued }}
Participant{{#if (if-operator participants.length '>' 1)}}s{{/if}} +
    + {{#each participants as |participant|}} +
  • {{ participant.name }} ({{ participant.role }})
  • + {{/each}} +
+
Lieu{{ location }}
Durée{{to-minutes item.duration}}
\ No newline at end of file