aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-03-09 03:42:25 +0800
committerDan <danjm.com@gmail.com>2018-03-09 03:42:25 +0800
commit6cee76b3e797dd302c1bf97d7799567a366b2004 (patch)
treee7b741e6e2641fcf3f315573bbaf30103bfb364f /ui/app/components
parent5572345b781ce68178dd4e72d4e56b2dec26a454 (diff)
downloadtangerine-wallet-browser-6cee76b3e797dd302c1bf97d7799567a366b2004.tar.gz
tangerine-wallet-browser-6cee76b3e797dd302c1bf97d7799567a366b2004.tar.zst
tangerine-wallet-browser-6cee76b3e797dd302c1bf97d7799567a366b2004.zip
Add html and css for responsive retry button.
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/tx-list-item.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/app/components/tx-list-item.js b/ui/app/components/tx-list-item.js
index 1a13070c8..574d10e14 100644
--- a/ui/app/components/tx-list-item.js
+++ b/ui/app/components/tx-list-item.js
@@ -240,6 +240,15 @@ TxListItem.prototype.render = function () {
]),
]),
+
+ h('div.tx-list-item-retry-container', [
+
+ h('span.tx-list-item-retry-copy', 'Taking too long?'),
+
+ h('span.tx-list-item-retry-link', 'Increase the gas on your transaction'),
+
+ ]),
+
]), // holding on icon from design
])
}