Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Update payment message
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungmin committed Feb 20, 2014
1 parent 3929484 commit 7f4151f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/widgets/my_tip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ input.my-tip {
.message {
font-size: 13px;
color: $gray;
padding: 5px 30px 15px;
padding: 5px 20px 15px;

&:first-of-type {
padding-top: 20px;
Expand Down
4 changes: 3 additions & 1 deletion templates/payment-method-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<div class="content">
<h2>Set up payment method</h2>
<div class="message"><b>Your weekly gift amount has been updated.</b></div>
<div class="message">The amount will not be sent unless you have Gittip balance or payment method set up. The payment method you select will replace your previous payment method and be applied to all gifts for all users.</div>
<div class="message">
The amount will not be sent unless you have Gittip balance or payment method set up. The payment method you select will be applied to all gifts for all users.
</div>

<div class="payment-option selected"><input type="radio" name="payment-option" id="credit" value="credit" checked><label for="credit">Add your credit/debit card</label></div>
<div class="payment-option"><input type="radio" name="payment-option" id="coinbase" value="coinbase"><label for="coinbase">Connect your Coinbase account</label></div>
Expand Down

0 comments on commit 7f4151f

Please sign in to comment.