<% title "Notifications" %> <%= content_for :page_meta do %> <% end %> <% if user_signed_in? %>
<% if @organizations.present? %> <% @organizations.each do |org| %> <% end %> <% end %> <%= render "notifications_list", params: params %>
<%# new or less active users that don't have a page worth of notifications won't be shown the "load more" button %> <% if @notifications.size >= @initial_page_size %>
<% end %>
<%= render "articles/fitvids" %> <% else %> <%= render "devise/registrations/registration_form" %> <% end %>