Improved tag list appearance; added more info

This commit is contained in:
Marcin Kurczewski
2014-10-15 21:32:10 +02:00
parent 75f0045caf
commit bf58207950
5 changed files with 44 additions and 4 deletions

View File

@ -72,7 +72,7 @@ App.Presenters.TagListPresenter = function(
}
function renderTags(tags, clear) {
var $target = $el.find('.tags');
var $target = $el.find('tbody');
if (clear) {
$target.empty();