forked from jzoldak/edx-eng-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jay Zoldak
committed
Mar 27, 2013
1 parent
a9e8db4
commit f3e7186
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
<% content_for(:title) { "edX Engineering" } %> | ||
<div class="gridster"> | ||
<ul> | ||
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1"> | ||
<div data-view="Image" data-image="/logo.png"></div> | ||
</li> | ||
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1"> | ||
<div data-id="my_widget" data-view="Text"></div> | ||
</li> | ||
</ul> | ||
<center><div style="font-size: 12px">curl -d '{ "auth_token": "EDX_RUL3Z", "text": "Hey, Look what I can do!" }' \http://<%=request.host%>:<%=request.port%>/widgets/my_widget</div></center> | ||
</div> |