Account
- <%= link_to 'Edit account / profile', account_edit_path %>
- <%= link_to 'Change Password', account_editpass_path %>
- <%= link_to 'PGP Two factor auth', account_pgp_2fa_path %>
- <%= link_to 'Show my profile', profile_path(@user) %>
- <%= link_to 'Show my feedback', feedbacks_path(user_id: @user.id) %>
<% if is_vendor? %>
- <%= link_to 'Payment history', vendor_order_payouts_path %>
<%end%>