Skip to content

Instantly share code, notes, and snippets.

@rbin
Created January 16, 2015 14:02
Show Gist options
  • Save rbin/ea54c60825c3ccae8549 to your computer and use it in GitHub Desktop.
Save rbin/ea54c60825c3ccae8549 to your computer and use it in GitHub Desktop.
Lorde Feedback App Index
{{#if user}}
<section id="feedbackForm" class="topPad">
<div class="container">
<div class="formContainer">
<stamplay form-submit data-form-id='test-form' data-template-url='form-submit.html'></stamplay>
<!-- STAMPLAY Form WIDGET END -->
</div>
</div>
</section>
{{else}}
<section id="loginForm" class="topPad">
<div class="container">
<div class="formContainer">
<h1>Please login to give feedback!</h1>
<stamplay login-github></stamplay>
<!-- STAMPLAY Social login WIDGET END -->
</div>
</div>
</section>
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment