<% if current_user %>
Create New Map
<% end %>
<% if current_user.present? %>
<%= link_to notifications_path, class: "notificationsIcon upperRightEl upperRightIcon #{user_has_unread_notifications? ? 'unread' : 'read'}" do %>
Notifications
<% if user_has_unread_notifications? %>
<% end %>
<% end %>
<% end %>
<% if !(controller_name == "sessions" && action_name == "new") %>
<% end %>