summaryrefslogtreecommitdiff
path: root/dashboards/default.erb
blob: 86110c0b38c5189cc636b0285a2877e177c5c5e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<script type='text/javascript'>
$(function() {
// These settings override the defaults set in application.coffee. You can do this on a per dashboard basis.
  Dashing.widget_margins = [2, 2]
  Dashing.widget_base_dimensions = [235, 295]
  Dashing.numColumns = 8
});
</script>

<% content_for :title do %>LEAP Dashboard for Laptops<% end %>
<div class="gridster">
  <ul>
    <%= erb :'dashboard' %>
  </ul>
</div>