Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #387 from SumOfUs/paypal-subscription
Browse files Browse the repository at this point in the history
Don't hide monthly subscription box when hiding credit card fields
  • Loading branch information
Tuuleh committed Feb 23, 2016
2 parents d6a9bdb + 1f9556e commit a22e5f1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/views/plugins/fundraisers/_fundraiser.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,13 @@
</div>
<div class="form__group">
<hr class="fundraiser-bar__step-connector fundraiser-bar__step-connector--static" />
<label class="checkbox-label">
<input class="fundraiser-bar__recurring" type="checkbox" name="recurring" /> {{ 'fundraiser.make_recurring' | t }}
</label>
</div>
</div>
<div class="form__group">
<label class="checkbox-label">
<input class="fundraiser-bar__recurring" type="checkbox" name="recurring" /> {{ 'fundraiser.make_recurring' | t }}
</label>
</div>
<button type="submit" class="button fundraiser-bar__submit-button">{{ 'form.submit' | t }}</button>
</form>
</div>
Expand Down

0 comments on commit a22e5f1

Please sign in to comment.