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

Commit

Permalink
Merge pull request #1697 from mrajvanshy/release
Browse files Browse the repository at this point in the history
[FIX] Hide USD tab
  • Loading branch information
vhpoet committed Oct 23, 2014
2 parents ffc9598 + a7e97b9 commit 14a8dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jade/tabs/fund/menu.jade
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.currencies
a(href="#/xrp", ng-class="{active: $route.current.tabName == 'xrp'}", l10n) XRP
a(href="#/btc", ng-class="{active: $route.current.tabName == 'btc'}", ng-show="'web' === client", l10n) BTC
a(href="#/usd", ng-class="{active: $route.current.tabName == 'usd'}", l10n) USD (US only)
//a(href="#/usd", ng-class="{active: $route.current.tabName == 'usd'}", l10n) USD (US only)
a(href="#/gold", ng-class="{active: $route.current.tabName == 'gold'}", l10n) Gold
a(href="#/trust", ng-class="{active: $route.current.tabName == 'trust'}", l10n) Gateways
a(href="https://support.ripplelabs.com/hc/en-us/articles/202847686-Gateway-Information", target="_blank", l10n) Learn more about gateways

0 comments on commit 14a8dc1

Please sign in to comment.