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