diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index 65699b2f..0913c1bc 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -9,6 +9,7 @@ <% end %>
+ <% if current_user %>
<% 3.times do %>
@@ -48,8 +49,9 @@
- + <% else %> <%= render "shared/features" %> + <% end %>