File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ function voteTxTableRow (tx) {
4242 </td>
4343 <td class="mono fs15"><a href="/block/${ tx . vote_info . block_validation . hash } ">${ tx . vote_info . block_validation . height } <span
4444 class="small">${ tx . vote_info . last_block ? ' best' : '' } </span></a></td>
45- <td class="mono fs15"><a href="/tx/${ tx . vote_info . ticket_spent } ">${ tx . vote_info . mempool_ticket_index } <a/></td>
46- <td class="mono fs15">${ tx . vote_info . vote_version } </td>
45+ <td class="mono fs15 text-end "><a href="/tx/${ tx . vote_info . ticket_spent } ">${ tx . vote_info . mempool_ticket_index } <a/></td>
46+ <td class="mono fs15 text-end ">${ tx . vote_info . vote_version } </td>
4747 <td class="mono fs15 text-end d-none d-sm-table-cell">${ humanize . decimalParts ( tx . total , false , 8 ) } </td>
4848 <td class="mono fs15 text-end">${ humanize . bytes ( tx . size ) } </td>
4949 <td class="mono fs15 text-end d-none d-sm-table-cell jsonly" data-time-target="age" data-age="${ tx . time } ">${ humanize . timeSince ( tx . time ) } </td>
Original file line number Diff line number Diff line change 187187 data-turbolinks-suppress-warning
188188 ></script>
189189 <script
190- src= " /dist/js/app.9cb4f7bdc1f87c9f .bundle.js"
190+ src= " /dist/js/app.c9e2e96f4a136cd6 .bundle.js"
191191 data-turbolinks-eval= " false"
192192 data-turbolinks-suppress-warning
193193 ></script>
You can’t perform that action at this time.
0 commit comments