<%= link_to("Orbit Store", root_path, :class => "navbar-brand orbit-logo") %>
  • > <%= link_to "Modules", extensions_path %>
  • > <%= link_to "Templates", "/templates" %>
    <% if user_signed_in? %>
  • <%= link_to(((placeholdit_image_tag "16x16", background_color: "#23b2be", :class => "avatar") + current_user.email + content_tag(:b, "", :class => "caret")), "#", :class => "dropdown-toggle", "data-toggle" => "dropdown") %>
    • <%= link_to "Purchased", "#" %>
    • <%= link_to "Account Settings", "#" %>
    • <%= link_to "Sign Out", destroy_user_session_path, :method => :delete %>
  • <% else %>
  • <% end %>