changed delete log to download log
This commit is contained in:
parent
72a355d46a
commit
847786cbea
|
@ -42,7 +42,7 @@
|
||||||
does not refresh 'if' properly, need further investigation}}
|
does not refresh 'if' properly, need further investigation}}
|
||||||
{{#if view.jobIdForLog}}
|
{{#if view.jobIdForLog}}
|
||||||
<li class="icon" title="Download Log">
|
<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>
|
</li>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if view.displayCodeClimate}}
|
{{#if view.displayCodeClimate}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user