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

remove comments count because it is not that relevant to show directly

parent 3772a8ac
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,6 @@
box-shadow: 0 0 6px #f8b9b7;
}
.app-files .action-comment>img {
margin-right: 5px;
.app-files .action-comment {
padding: 16px 14px;
}
......@@ -14,9 +14,8 @@
var TEMPLATE_COMMENTS_UNREAD =
'<a class="action action-comment permanent" title="{{countMessage}}" href="#">' +
'<img class="svg" src="{{iconUrl}}"/>' +
'{{count}}' +
'</a>';
OCA.Comments = _.extend({}, OCA.Comments);
if (!OCA.Comments) {
/**
......@@ -122,4 +121,3 @@
})();
OC.Plugins.register('OCA.Files.FileList', OCA.Comments.FilesPlugin);
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