• <%= link_to 'Your author profile', current_user if current_user %>
  • <%= link_to 'Account settings', edit_user_registration_path %>
  • <%= link_to 'Report a problem', 'https://docs.google.com/forms/d/e/1FAIpQLSe0jnqJlcPJDqwogGere5j8-8F1nSGGYkzbsI-XkOeMnGwLrA/viewform', target: '_new' %>
  • <%= link_to 'Request a feature', 'https://docs.google.com/forms/d/e/1FAIpQLScOhSMdDqWqJu9HGPQdmd0R9s90_AcSo0g6_Nc1qNjQIbSaXA/viewform', target: '_new' %>
  • <%= link_to 'Leave feedback', 'https://docs.google.com/forms/d/e/1FAIpQLScZWEVMgm8hBWIIVj1LPzo0GqflmWUrLQlc4TAYqsaS087oAA/viewform', target: '_new' %>
  • <%= link_to 'Notebook downloads', notebook_export_path %>
  • <%= link_to 'Privacy policy', privacy_policy_path %>
  • <%= link_to "Sign out", destroy_user_session_path %>
  • <%= link_to 'Dashboard', root_url if current_user %>
  • <%= link_to 'Your author profile', current_user if current_user %>
  • <%= link_to 'Account settings', edit_user_registration_path %>
  • <%= link_to 'Report a problem', 'https://docs.google.com/forms/d/e/1FAIpQLSe0jnqJlcPJDqwogGere5j8-8F1nSGGYkzbsI-XkOeMnGwLrA/viewform', target: '_new' %>
  • <%= link_to 'Request a feature', 'https://docs.google.com/forms/d/e/1FAIpQLScOhSMdDqWqJu9HGPQdmd0R9s90_AcSo0g6_Nc1qNjQIbSaXA/viewform', target: '_new' %>
  • <%= link_to 'Leave feedback', 'https://docs.google.com/forms/d/e/1FAIpQLScZWEVMgm8hBWIIVj1LPzo0GqflmWUrLQlc4TAYqsaS087oAA/viewform', target: '_new' %>
  • <%= link_to 'Notebook downloads', notebook_export_path %>
  • <%= link_to 'Privacy policy', privacy_policy_path %>
  • <%= link_to "Sign out", destroy_user_session_path %>
<%= 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 %>