diff -r f0609941aa98 -r acfeddc7821d cms/app-client/app/templates/application.hbs --- a/cms/app-client/app/templates/application.hbs Wed Jan 20 15:53:27 2016 +0100 +++ b/cms/app-client/app/templates/application.hbs Wed Jan 20 23:05:52 2016 +0100 @@ -10,3 +10,19 @@ {{partial "results"}} + +{{#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}}