Added sourceTitle to failed downloads

This commit is contained in:
Mark McDowall
2014-01-30 22:23:48 -08:00
parent 7218772b32
commit cf57188741

View File

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