cdn/app/views/static_pages/home.html.erb
2026-01-29 18:14:39 -05:00

5 lines
No EOL
261 B
Text

<% if signed_in? %>
<%= render Components::StaticPages::Home.new(stats: @user_stats, user: current_user, flavor_text: @flavor_text) %>
<% else %>
<%= render Components::StaticPages::LoggedOut.new(stats: @global_stats, flavor_text: @flavor_text) %>
<% end %>