diff --git a/app/views/account/trades/_tickers.turbo_stream.erb b/app/views/account/trades/_tickers.turbo_stream.erb index d10d014a..56436ab8 100644 --- a/app/views/account/trades/_tickers.turbo_stream.erb +++ b/app/views/account/trades/_tickers.turbo_stream.erb @@ -1 +1,7 @@ -<%= tickers.inspect %> \ No newline at end of file +
+ <%= image_tag("https://logo.synthfinance.com/ticker/#{tickers&.ticker}", class: "rounded-full h-8 w-8 inline-block mr-2") %> +
+ <%= tickers&.name.presence || tickers&.ticker %> + <%= "#{tickers&.ticker} (#{tickers&.exchange_acronym})" %> +
+