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

Commit

Permalink
Merge pull request #931 from blockchain/contact-support-footer
Browse files Browse the repository at this point in the history
Contact support footer
  • Loading branch information
prwelber committed Jan 31, 2017
2 parents 4d432de + 78a3e8c commit b398d2c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
6 changes: 1 addition & 5 deletions app/partials/buy-sell.jade
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,4 @@
span.type-h5.security-red(translate=".DISAGREE")
span.type-h5.mhm.pointer(uib-rating ng-model="rating" max="5" state-on="'glyphicon-ok-sign'" state-off="'glyphicon-ok-circle'" ng-click="submitFeedback(rating)")
span.type-h5.success(translate=".AGREE")
.bottom-right-footer.flex-end.pal
.em-500
span Need help?
|  
a.underline(href="https://support.blockchain.com/hc/en-us/requests/new" target="_blank" rel="noopener noreferrer" translate="CONTACT_SUPPORT")
contact-support-footer
1 change: 1 addition & 0 deletions app/partials/sfox/checkout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@
trade="trade"
buy="inspectTrade"
usa="true")
contact-support-footer
sift-science(ng-if='siftScienceEnabled' user-id='userId' trade-id='tradeId')
5 changes: 5 additions & 0 deletions app/templates/contact-support-footer.jade
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.bottom-right-footer.flex-end.pal
.em-500
span(translate="NEED_HELP")
|  
a.underline(href="https://support.blockchain.com/hc/en-us/requests/new" target="_blank" rel="noopener noreferrer" translate="CONTACT_SUPPORT")
5 changes: 5 additions & 0 deletions assets/js/components/contact-support-footer.component.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
angular
.module('walletApp')
.component('contactSupportFooter', {
templateUrl: 'templates/contact-support-footer.jade'
});
1 change: 1 addition & 0 deletions locales/en-human.json
Original file line number Diff line number Diff line change
Expand Up @@ -1225,5 +1225,6 @@
"BUY_BTC_UNAVAIL_STATE": "Buying bitcoin is not yet available in your state. We'll be rolling out more states soon.",
"NO_TRADES": "Your Order History",
"NO_TRADES_EXPLAIN": "You haven't made any trades yet, click here to start buying bitcoin.",
"NEED_HELP": "Need help?",
"": ""
}

0 comments on commit b398d2c

Please sign in to comment.