commented out the remove log tool for now

This commit is contained in:
Justine Arreche 2014-12-10 22:04:47 +01:00
parent 69ef9f147f
commit a1eac086fd

View File

@ -38,12 +38,12 @@
<li class="icon download-log" title="Download Log"> <li class="icon download-log" title="Download Log">
<a class="download-log" {{bind-attr href="view.plainTextLogUrl"}}></a> <a class="download-log" {{bind-attr href="view.plainTextLogUrl"}}></a>
</li> </li>
{{#if view.displayRemoveLog}} <!-- {{#if view.displayRemoveLog}}
<li class="icon remove-log" title="Remove Log"> <li class="icon remove-log" title="Remove Log">
<a href="#" {{action "removeLog" target="view"}} <a href="#" {{action "removeLog" target="view"}}
{{bind-attr class="view.canRemoveLog::disabled"}}></a> {{bind-attr class="view.canRemoveLog::disabled"}}></a>
</li> </li>
{{/if}} {{/if}} -->
{{/if}} {{/if}}
{{#if view.displayCodeClimate}} {{#if view.displayCodeClimate}}
<li class="icon code-climate" title="Test Coverage with Code Climate"> <li class="icon code-climate" title="Test Coverage with Code Climate">