% title t("views.notifications.heading") %> <%= content_for :page_meta do %> " /> "> <%= meta_keywords_default %> " /> " /> " /> "> "> "> <%= javascript_packs_with_chunks_tag "notificationPage", defer: true %> <% end %> <% if user_signed_in? %> <%= t("views.notifications.heading") %> <%= t("views.notifications.settings") %> <%= render "notifications/nav_menu" %> <%= 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 %> <%= t("views.notifications.load") %> <% end %> <%= render "articles/fitvids" %> <%= javascript_packs_with_chunks_tag "followButtons", defer: true %> <% else %> <%= render "devise/registrations/registration_form" %> <% end %>