address page display fix for mobile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
eIquidus - 1.0.0
|
||||
eIquidus - 1.0.1
|
||||
================
|
||||
|
||||
The Exor block explorer.
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,14 +1,14 @@
|
||||
thead
|
||||
tr
|
||||
th.hidden-xs #{settings.locale.timestamp}
|
||||
th.hidden-xs #{settings.locale.tx_hash}
|
||||
th #{settings.locale.timestamp}
|
||||
th #{settings.locale.tx_hash}
|
||||
th #{settings.locale.mkt_amount} (#{settings.symbol})
|
||||
tbody
|
||||
each tx in txs
|
||||
- var time = format_unixtime(tx.timestamp)
|
||||
tr
|
||||
td.hidden-xs #{time}
|
||||
td.hidden-xs
|
||||
td #{time}
|
||||
td
|
||||
a(href='/tx/' + tx.txid) #{tx.txid}
|
||||
- var done = false
|
||||
- var out = 0
|
||||
|
||||
Reference in New Issue
Block a user