summaryrefslogtreecommitdiff
path: root/templates/dashboard
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-14 05:23:57 -0400
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-14 05:23:57 -0400
commit54c6a04b722663b518bf99b4d98a1c2e86ee5103 (patch)
tree91cc311d76bcdd0c6fb053798b383fbeb44c4063 /templates/dashboard
parent8e3ca1d64444408677c93721c198908de43fa417 (diff)
Updated the sample project.
Diffstat (limited to 'templates/dashboard')
-rw-r--r--templates/dashboard/%name%.erb.tt13
1 files changed, 8 insertions, 5 deletions
diff --git a/templates/dashboard/%name%.erb.tt b/templates/dashboard/%name%.erb.tt
index b095d46..d96e164 100644
--- a/templates/dashboard/%name%.erb.tt
+++ b/templates/dashboard/%name%.erb.tt
@@ -1,5 +1,8 @@
-<ul class="list-nostyle clearfix">
- <li class="widget-container">
- <div data-id="widget_id" data-view="MyWidget"></div>
- </li>
-</ul> \ No newline at end of file
+<% 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> \ No newline at end of file