Added sourceTitle to failed downloads

This commit is contained in:
Mark McDowall 2014-01-30 22:23:48 -08:00
parent 7218772b32
commit cf57188741
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@
{{/if_eq}} {{/if_eq}}
{{#if_eq eventType compare="downloadFailed"}} {{#if_eq eventType compare="downloadFailed"}}
<dl class="dl-horizontal"> <dl class="dl-horizontal">
<dt>Source Title</dt>
<dd>{{sourceTitle}}</dd>
{{#with data}} {{#with data}}
<dt>Message</dt> <dt>Message</dt>
<dd>{{message}}</dd> <dd>{{message}}</dd>