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