Improve ux link token logo to token show page

This commit is contained in:
TheNeedful-DO 2023-11-11 16:29:08 +00:00
parent 2152e8ef06
commit 0ea2398741

View File

@ -26,6 +26,7 @@
- @tokens.each do |token| - @tokens.each do |token|
%tr %tr
%td %td
= link_to token do
%img.token-logo{src: token.logo_url} %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