<%= link_to 'Notebook', root_url, class: 'brand-logo center' %>
<% if user_signed_in? %>
-
book
<% else %>
- <%= link_to 'Sign in', new_user_session_path %>
- <%= link_to 'Sign up', new_user_registration_path %>
<% end %>
<% if user_signed_in? %>
-
<%= current_user.name %> ▾
<% else %>
- <%= link_to 'Sign in', new_user_session_path %>
- <%= link_to 'Sign up', new_user_registration_path %>
<% end %>
-
menu
-
<%= link_to root_url do %>
home
<% end %>
-
<% if current_user && current_user.universes.length > 0 %>
<%= render partial: 'universes/picker' %>
<% end %>