Skip to content

Instantly share code, notes, and snippets.

@kryft
Created March 3, 2015 17:06
Show Gist options
  • Save kryft/8be170ad8b525a169e8c to your computer and use it in GitHub Desktop.
Save kryft/8be170ad8b525a169e8c to your computer and use it in GitHub Desktop.
C-m-f and C-m-b work
function foo() {
return (
<div>
<h1>Events</h1>
<table>
<thead>
<tr>
<th>{ /*Sign up link*/ }</th>
<th>{ /*Name */ }</th>
<th>Places available</th>
</tr>
</thead>
<tbody>
{events}
</tbody>
</table>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment