mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 20:55:10 +00:00
5 lines
No EOL
261 B
Text
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 %> |