/view.ecr Secret
Created
April 15, 2017 15:37
This file contains 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="result"> | |
<div class="container"> | |
<table class="transactions" id="transactions"> | |
</table> | |
</div> | |
</div> | |
<% content_for "custom_css" do %> | |
<link rel="stylesheet" href="/css/jquery.dataTables.min.css"> | |
<link rel="stylesheet" href="/css/dataTables.bootstrap.min.css"> | |
<% end %> | |
<% content_for "custom_js" do %> | |
<script type="text/javascript" src="/js/jquery.dataTables.min.js"></script> | |
<script type="text/javascript" src="/js/dataTables.bootstrap.min.js"></script> | |
<script src="/js/transactions.js"></script> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment