Skip to content

Commit

Permalink
Update title to reflect insider trading activity
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpigford committed Nov 21, 2024
1 parent ce893ad commit c49fd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tools/widgets/_inside_trading_tracker.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%
company_name = tool.insider_trades.first&.dig(:company) || tool.company_name
title tool.symbol.present? ?
"#{company_name} (#{tool.symbol}) Insider Trading Tracker" :
"#{company_name} (#{tool.symbol}) Insider Trading Activity" :
"Inside Trading Tracker"
%>

Expand Down

0 comments on commit c49fd2a

Please sign in to comment.