add item-avatar-right

This commit is contained in:
Anatoly Pashin 2015-07-29 15:47:50 +10:00
parent 39160ea5e1
commit f92a1442f8

View file

@ -10,7 +10,7 @@ Template.ionItem.helpers({
}
if (this.avatar) {
classes.push('item-avatar');
classes.push('item-avatar' + (this.avatar === 'right' ? '-right' : ''));
}
if (this.iconLeft) {