remove comments count because it is not that relevant to show directly
This commit is contained in:
parent
3772a8acdb
commit
6e97ab1b71
|
@ -128,6 +128,6 @@
|
||||||
box-shadow: 0 0 6px #f8b9b7;
|
box-shadow: 0 0 6px #f8b9b7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-files .action-comment>img {
|
.app-files .action-comment {
|
||||||
margin-right: 5px;
|
padding: 16px 14px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
var TEMPLATE_COMMENTS_UNREAD =
|
var TEMPLATE_COMMENTS_UNREAD =
|
||||||
'<a class="action action-comment permanent" title="{{countMessage}}" href="#">' +
|
'<a class="action action-comment permanent" title="{{countMessage}}" href="#">' +
|
||||||
'<img class="svg" src="{{iconUrl}}"/>' +
|
'<img class="svg" src="{{iconUrl}}"/>' +
|
||||||
'{{count}}' +
|
|
||||||
'</a>';
|
'</a>';
|
||||||
|
|
||||||
OCA.Comments = _.extend({}, OCA.Comments);
|
OCA.Comments = _.extend({}, OCA.Comments);
|
||||||
|
@ -122,4 +121,3 @@
|
||||||
})();
|
})();
|
||||||
|
|
||||||
OC.Plugins.register('OCA.Files.FileList', OCA.Comments.FilesPlugin);
|
OC.Plugins.register('OCA.Files.FileList', OCA.Comments.FilesPlugin);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue