<% if signed_in? %>
- <%= link_to "Account Home", '/client#/account' %>
- <%= link_to "Identity", '/client#/account/identity' %>
- <%= link_to "Profile", '/client#/account/profile' %>
<% if current_user && current_user.musician? %>
<% class_val = current_user.affiliate_partner.present? ? 'audio' : 'audio account-menu-group' %>
- <%= link_to "Audio Gear", '/client#/account/audio' %>
<% end %>
<% if current_user && current_user.affiliate_partner.present? %>
<% end %>
<% if current_user && current_user.musician? %>
- <%= link_to "Band Setup", '/client#/band/setup/new' %>
<% end %>
-
- <%= link_to "Download App", downloads_path, :rel => "external" %>
- <%= link_to "Get Help", 'https://jamkazam.desk.com/', :rel => "external" %>
- <%= link_to "Sign Out", signout_path, method: "delete" %>
<% else %>
<% end %>