Created
January 16, 2015 14:02
-
-
Save rbin/ea54c60825c3ccae8549 to your computer and use it in GitHub Desktop.
Lorde Feedback App Index
This file contains hidden or 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
{{#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