diff -r f7223e2f3023 -r 62984937a062 cms/app-client/app/templates/application.hbs --- a/cms/app-client/app/templates/application.hbs Thu Jan 21 00:11:10 2016 +0100 +++ b/cms/app-client/app/templates/application.hbs Thu Jan 21 21:07:02 2016 +0100 @@ -11,17 +11,20 @@ {{partial "results"}} -{{#if isShowingModal}} +{{#if detail}} {{#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}}

+
+

Document details

+
+

{{modalItem.title}}

+

Description: {{modalItem.description}}

+

Interviewer: {{modalItem.interviewer}}

+

Type de Discours: {{modalItem.type}}

+

Localisation: {{modalItem.spatial}}

+

Langue: {{modalItem.language}}

+

Date de Creation: {{modalItem.created}}

{{/ember-wormhole}}