FEATURE: Allow users to select a badge with an image to appear on their

user card
This commit is contained in:
Robin Ward
2014-10-20 16:35:38 -04:00
parent d2fb2bc4cd
commit 71f211f0b3
31 changed files with 432 additions and 279 deletions
@@ -26,7 +26,7 @@ export default Ember.ObjectController.extend(BufferedContent, {
'listable', 'auto_revoke',
'enabled', 'show_posts',
'target_posts', 'name', 'description',
'icon', 'query', 'badge_grouping_id',
'icon', 'image', 'query', 'badge_grouping_id',
'trigger', 'badge_type_id'],
self = this;