Skip to content

Instantly share code, notes, and snippets.

@mlusiak
Created March 21, 2017 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlusiak/059a840dcf17493e50c215b54f2dcdc4 to your computer and use it in GitHub Desktop.
Save mlusiak/059a840dcf17493e50c215b54f2dcdc4 to your computer and use it in GitHub Desktop.
Elixir Template #1
<div class="jumbotron">
<h2>List of flights</h2>
<table>
<tr><th>Date</th><th>Flight Number</th><th>Details</th></tr>
<tr><th>13.03.2017</th><th>SK753</th><th><a href="/flights/1">-></a></th></tr>
</table>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment