Skip to content

Instantly share code, notes, and snippets.

@picatz
Created December 27, 2016 21:08
Show Gist options
  • Save picatz/988ba6c31da74796d1a18b544da9860a to your computer and use it in GitHub Desktop.
Save picatz/988ba6c31da74796d1a18b544da9860a to your computer and use it in GitHub Desktop.
<div class="container">
<div class="col-xs-12">
<h1>Attack Timeline</h1>
<hr>
<% if @timeline %>
<%= timeline(@timeline, height: "1200px")%>
<% else %>
<p>No data...</p>
<% end %>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment