We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc39d40 commit 2ab3187Copy full SHA for 2ab3187
views/includes/blocks-list.pug
@@ -115,7 +115,7 @@ div.table-responsive
115
- var fullPercent = fullRatio.times(100).toDecimalPlaces(1);
116
- var formattedSize = utils.formatLargeNumber(block.size, 4);
117
- var abbr = formattedSize[1].abbreviation || "";
118
- - var toolTip = `${formattedSize[0]} ${abbr}B`;
+ - var toolTip = `Size: ${formattedSize[0]} ${abbr}B`;
119
120
span.border-dotted(title=toolTip, data-toggle="tooltip") #{fullPercent}%
121
span
0 commit comments