Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #518 from duckduckgo/wear-close
Browse files Browse the repository at this point in the history
Closing /wear
  • Loading branch information
jbarrett committed Feb 17, 2015
2 parents 878c13a + 277e4c7 commit d35b5f9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions templates/wear.tx
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@

<: if !$user { :>
<div id="loginprompt" class="shareit-prompt">
<h4 class="shareit-overview__title">To Participate:</h4>
<h4 class="shareit-overview__title">How did you share DuckDuckGo?</h4>
<div>
<a href="#" id="loginlink" class="js-reveal button blue h5" data-reveal-id="login-box">Login</a> or
<a href="/my/register" id="registerlink" class="button blue h5">Register</a>
<a href="#" id="loginlink" class="js-reveal button blue h5" data-reveal-id="login-box">Login</a>
</div>
<h5 class="shareit-login-subtitle">(so we can send you shirts)</h5>
</div>
<: } :>
</div>
Expand All @@ -46,6 +44,10 @@
<: } :>

<: if $campaign == 'share' { :>
<div class="shareit-responded notice info"><i class="icn ddgi-dax"></i>
<p class="shareit-thanks__return">Share It + Wear It has ended, for now. Come back soon!</p>
</div>
<: if 0 { :>
<div id="mailform1" class="shareit-form form-border">
<div class="form-wrap">
<div id="mailerr1" class="warning"></div>
Expand Down Expand Up @@ -76,6 +78,7 @@
</div>
</div>
<: } :>
<: } :>

<: if $campaign == 'share_followup' { :>
<div id="mailform2" class="shareit-form form-border">
Expand Down

0 comments on commit d35b5f9

Please sign in to comment.