From 0319932f286e8620739669b9b45bd678edccc8c0 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sat, 11 Nov 2023 16:29:08 +0000 Subject: [PATCH] Improve ux link token logo to token show page --- app/views/tokens/index.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/tokens/index.html.haml b/app/views/tokens/index.html.haml index 0b0dd83c..c4c371d1 100644 --- a/app/views/tokens/index.html.haml +++ b/app/views/tokens/index.html.haml @@ -26,7 +26,8 @@ - @tokens.each do |token| %tr %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= token.standard %td= token.symbol