Improve ux link token logo to token show page
This commit is contained in:
parent
9f48f3aaa9
commit
0319932f28
@ -26,7 +26,8 @@
|
|||||||
- @tokens.each do |token|
|
- @tokens.each do |token|
|
||||||
%tr
|
%tr
|
||||||
%td
|
%td
|
||||||
%img.token-logo{src: token.logo_url}
|
= link_to token do
|
||||||
|
%img.token-logo{src: token.logo_url}
|
||||||
%td= link_to token.canister_id, token
|
%td= link_to token.canister_id, token
|
||||||
%td= token.standard
|
%td= token.standard
|
||||||
%td= token.symbol
|
%td= token.symbol
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user