diff options
author | Daniel Beauchamp <daniel.beauchamp@shopify.com> | 2012-08-02 13:38:19 -0400 |
---|---|---|
committer | Daniel Beauchamp <daniel.beauchamp@shopify.com> | 2012-08-02 13:38:19 -0400 |
commit | cdd8ff258582f5eba7e3941a5a18007e7aabbbfa (patch) | |
tree | 259644bbbda24070efc5685445e6b26187a70b20 /templates/dashboard | |
parent | 1dcf732b801f9fa513901fda27388a36eddb44ab (diff) |
Better generators, sample widgets, and more!
Diffstat (limited to 'templates/dashboard')
-rw-r--r-- | templates/dashboard/%name%.erb.tt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/dashboard/%name%.erb.tt b/templates/dashboard/%name%.erb.tt new file mode 100644 index 0000000..b095d46 --- /dev/null +++ b/templates/dashboard/%name%.erb.tt @@ -0,0 +1,5 @@ +<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 |