fix href on caches
This commit is contained in:
parent
0570a86035
commit
9cff29ce80
|
@ -11,7 +11,7 @@
|
|||
<span class="label-align">{{travis-mb cache.size}}MB</span>
|
||||
</div>
|
||||
<div class="row-item">
|
||||
<a {{action "delete"}} class="{{if isDeleting 'deleting'}} href="#" delete-cache-icon" title="Delete this cache">
|
||||
<a {{action "delete"}} href="#" class="{{if isDeleting 'deleting'}} delete-cache-icon" title="Delete this cache">
|
||||
<div class="tooltip">
|
||||
<span class="icon-trash">delete cache</span>
|
||||
<span class="tooltip-bubble">Delete</span>
|
||||
|
|
Loading…
Reference in New Issue
Block a user