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}}
|
||||
{{#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}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user