jam-cloud/web/app/assets/javascripts/react-components/SessionVideoBtn.js.jsx.coffee

10 lines
244 B
CoffeeScript

context = window
@SessionVideoBtn = React.createClass({
render: () ->
`<a className="session-share button-grey-toggle left">
<img src="/assets/content/icon_cam.png" align="texttop" height="12" width="12"/>
VIDEO
</a>`
})