Skip to content

Instantly share code, notes, and snippets.

@iurevych
Created August 15, 2014 13:35
Show Gist options
  • Save iurevych/931d4253d027e0b301f9 to your computer and use it in GitHub Desktop.
Save iurevych/931d4253d027e0b301f9 to your computer and use it in GitHub Desktop.
<div>
<h1>Settings</h1>
<UILabel text='Campaign name:' />
<UILabelTip text='Example: la-la-la-la-la' />
<UITextInput text='Offer for Friends' class='span6' />
<hr/>
<UILabel text='Campaign join criteria:' />
<UILabelTip text='Liquid condition to allow creation only for specific offers:' />
<UITextarea class='span6' rows='5' />
<UISpoiler text='All available variables' />
<UICheckbox text='Use Facebook App Share instead of sharer.php' id='variables' />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment