Created
December 27, 2016 21:08
-
-
Save picatz/988ba6c31da74796d1a18b544da9860a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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