Skip to content
Snippets Groups Projects
Commit 0a91c22e authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

shared view: remove whitespace glitch on right

parent ae195c99
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@
var info = t('files', '{dirs} and {files}', infoVars);
var $summary = $('<td><span class="info">'+info+'</span></td>'+fileSize+'<td></td>');
var $summary = $('<td><span class="info">'+info+'</span></td>'+fileSize+'<td class="date"></td>');
if (!this.summary.totalFiles && !this.summary.totalDirs) {
this.$el.addClass('hidden');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment