<% if @unread.any? %>
New for you
<%= button_to "Mark all as read", read_all_notifications_path, class: "btn txt-small" %>
<%= render partial: "notifications/notification", collection: @unread, cached: true %>
<% else %>
Nothing new for you.
<% end %>