-
Amanda Ghassaei authoredAmanda Ghassaei authored
ScriptMenuView.html 502 B
<div class="btn-group fullWidth">
<button data-toggle="dropdown" class="btn btn-default btn-lg dropdown-toggle fullWidth" type="button">Load Script<span class="caret"></span></button>
<ul role="menu" class="dropdown-menu">
<% _.each(_.keys(allScripts), function(key){ %>
<li><a data-type="<%= key %>" href="#"><%= allScripts[key] %></a></li>
<% }); %>
</ul>
</div><br/><br/>
<a href="#" class="clearCells btn btn-block btn-lg btn-danger">Clear All Cells</a><br/>