Give the sticky badge precedence

This commit is contained in:
Toby Zerner 2015-06-25 15:40:02 +09:30
parent b65c1f8624
commit 76d58ababa

View File

@ -30,7 +30,7 @@ app.initializers.add('sticky', function() {
label: 'Sticky',
icon: 'thumb-tack',
className: 'badge-sticky',
}));
}), {last: true});
}
});