Start on mobilification of repo view
This commit is contained in:
parent
79caf2dab2
commit
a4cacd7307
31 changed files with 265 additions and 91 deletions
|
@ -754,7 +754,10 @@ angular.module("core-ui", [])
|
|||
displayer.removeAttr('ng-repeat');
|
||||
}
|
||||
|
||||
displayer.append(headers[idx].clone(true).addClass('mobile-col-header'));
|
||||
if (idx < headers.length) {
|
||||
displayer.append(headers[idx].clone(true).addClass('mobile-col-header'));
|
||||
}
|
||||
|
||||
displayer.append(cloneWithAttr(td, 'div', true).addClass('mobile-col-value'));
|
||||
div.append(displayer);
|
||||
});
|
||||
|
|
Reference in a new issue