Skip to content

Instantly share code, notes, and snippets.

@jmarnold
Created May 24, 2012 04:39
Show Gist options
  • Save jmarnold/2779478 to your computer and use it in GitHub Desktop.
Save jmarnold/2779478 to your computer and use it in GitHub Desktop.
clean bindings + localization
<script id="invite-email-template" type="text/html">
<nav id="mobileHeader">
<BackButton />
<h1>
<span>
<LabelText property="Header" />
</span>
</h1>
</nav>
<section class="container-fluid">
<div class="row-fluid">
<div class="span12 mobile-wrapper logistics-form">
<Form model="">
<fieldset>
<div class="form-wrapper">
<Image src="logo-gray.png" class="logo" />
<br />
<p class="help-block" >
<LabelText property="HelpText" />
</p>
<Input property="Emails" />
</div>
<button type="submit" class="action-btn blue">
<LabelText property="SendInvite" />
</button>
</fieldset>
</Form>
</div>
</div>
</section>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment