FIX: Hide invite button on mobile

This commit is contained in:
Robin Ward
2016-05-06 17:21:06 -04:00
parent aa5ea719ee
commit 9741584ae8
@@ -27,7 +27,7 @@ export default ContainerView.extend({
}
}
if (this.get('topic.details.can_invite_to')) {
if (!mobileView && this.get('topic.details.can_invite_to')) {
this.attachViewClass('invite-reply-button');
}