File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,13 @@ const getSizeHTML = (size) => {
59
59
const humanReadableSize = getHumanReadableSizeObject ( size )
60
60
61
61
return '<li id="' + LI_TAG_ID + '">' +
62
- '<a>' +
63
62
'<svg class="octicon octicon-database" aria-hidden="true" height="16" version="1.1" viewBox="0 0 12 16" width="12">' +
64
63
'<path d="M6 15c-3.31 0-6-.9-6-2v-2c0-.17.09-.34.21-.5.67.86 3 1.5 5.79 1.5s5.12-.64 5.79-1.5c.13.16.21.33.21.5v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V7c0-.11.04-.21.09-.31.03-.06.07-.13.12-.19C.88 7.36 3.21 8 6 8s5.12-.64 5.79-1.5c.05.06.09.13.12.19.05.1.09.21.09.31v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V3c0-1.1 2.69-2 6-2s6 .9 6 2v2c0 1.1-2.69 2-6 2zm0-5c-2.21 0-4 .45-4 1s1.79 1 4 1 4-.45 4-1-1.79-1-4-1z"></path>' +
65
64
'</svg>' +
66
65
'<span class="num text-emphasized"> ' +
67
66
humanReadableSize . size +
68
67
'</span> ' +
69
68
humanReadableSize . measure +
70
- '</a>' +
71
69
'</li>'
72
70
}
73
71
You can’t perform that action at this time.
0 commit comments