diff -r 645786bb8587 -r 36f84e8f1ad5 cms/app-client/app/templates/results.hbs --- a/cms/app-client/app/templates/results.hbs Fri Jan 15 15:48:42 2016 +0100 +++ b/cms/app-client/app/templates/results.hbs Fri Jan 15 15:49:42 2016 +0100 @@ -29,6 +29,22 @@
{{item.description}}
+ {{/each}} + {{#if isShowingModal}} + {{#ember-wormhole to='info-modal'}} +
+
+

{{currentDetails.title}}

+

Description: {{currentDetails.description}}

+

Interviewer: {{currentDetails.interviewer}}

+

Type de Discours: {{currentDetails.type}}

+

Localisation: {{currentDetails.spatial}}

+

Langue: {{currentDetails.language}}

+

Date de Creation: {{currentDetails.created}}

+ +
+ {{/ember-wormhole}} + {{/if}}