Created
January 23, 2012 16:52
-
-
Save stevenpsmith/1664220 to your computer and use it in GitHub Desktop.
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
<div data-role="page" id="activity-details" data-add-back-btn="true"> | |
<div data-role="header"> | |
<a href="#" data-role="button" data-icon="arrow-d" id="edit-activity-button" class="ui-btn-right">Edit</a> | |
<h1>Activity Details</h1> | |
</div> | |
<div data-role="content" id="activity-details-content"> | |
<!-- the contents of the list view will be rendered via the backbone view --> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment