Skip to content

Instantly share code, notes, and snippets.

@bkanber
Created December 14, 2015 22:01
Show Gist options
  • Save bkanber/6884b4aa5113327f8169 to your computer and use it in GitHub Desktop.
Save bkanber/6884b4aa5113327f8169 to your computer and use it in GitHub Desktop.
<div class="widget span8 offset2">
<div class="title">
<div class="icon"><i class="fa fa-star"></i></div>
<h2>Invitation to {{ campaign.name }}</h2>
</div>
<div class="content padded">
<div class="alert alert-info">Please review the information below and respond</div>
{{ campaign.description }}
<p>
<a href="/contribute/do/page/activation/form?hash={{ _hash }}&advance=User Accepted Invitation">I want to contribute</a>
</p>
<p>
<a href="/contribute/do/page/activation/form?hash={{ _hash }}&advance=User Declined Invitation">Count me out</a>
</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment