changed delete log to download log

This commit is contained in:
Justine Arreche 2014-10-26 20:11:46 +01:00
parent 72a355d46a
commit 847786cbea

View File

@ -42,7 +42,7 @@
does not refresh 'if' properly, need further investigation}}
{{#if view.jobIdForLog}}
<li class="icon" title="Download Log">
<a class="download-log" {{bind-attr href="view.plainTextLogUrl"}}><img class="icon" src="/images/icons/delete-log.svg" width="20"/></a>
<a class="download-log" {{bind-attr href="view.plainTextLogUrl"}}><img class="icon" src="/images/icons/download-log.svg" width="20"/></a>
</li>
{{/if}}
{{#if view.displayCodeClimate}}