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

Fix: SnapSwap link (RT-3314) #2475

Merged
merged 1 commit into from
Apr 30, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/less/ripple/tabs/gateways.less
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,10 @@
font-size: 14px;
padding-bottom: 10px;
//border-right: thin solid @black;
}

.snapswap-support-link {
margin: -10px 0 10px 0;
}

.descriptor {
Expand Down
4 changes: 3 additions & 1 deletion src/templates/tabs/btc.jade
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ section.col-xs-12.content(ng-controller='BtcCtrl')
.btc-address(ng-bind="B2R.instructions.instructionParams[0].value")
.description(l10n) Your account is fully verified.
div(ng-show="loadState.B2RInstructions")
.description(ng-bind="B2R.instructions.instruction")
.description(ng-bind="B2R.instructions.instruction")
.snapswap-support-link
a(href="https://b2r.uservoice.com/knowledgebase/articles/466148" target="_blank") More information
//.about(ng-hide="account.Balance", l10n) A small amount (~.001 BTC) of your first
| transfer will be converted to XRP to activate your wallet. 
a.why(href="https://ripple.com/wiki/Reserves",
Expand Down