Skip to content

Instantly share code, notes, and snippets.

@stevenpsmith
Created January 23, 2012 16:52
Show Gist options
  • Save stevenpsmith/1664220 to your computer and use it in GitHub Desktop.
Save stevenpsmith/1664220 to your computer and use it in GitHub Desktop.
<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