context = window @SessionLeaveBtn = React.createClass({ onLeave: (e) -> e.preventDefault() SessionActions.leaveSession.trigger({location: '/client#/home'}) render: () -> ` LEAVE ` })