summaryrefslogtreecommitdiff
path: root/templates/dashboard/%name%.erb.tt
blob: d96e164010fb4f9e733acf5bab8c5be883b52346 (plain)
1
2
3
4
5
6
7
8
<% content_for(:title) { "My super sweet dashboard" } %>
<div class="gridster">
  <ul>
    <li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
      <div data-id="my_widget" data-view="Text"></div>
    </li>
  </ul>
</div>