Nemo Encoder
<% if member_signed_in? %>
  • <%= link_to "Home", dashboard_path, :class => "nav-link" %>
  • <%= link_to "Batches",batches_path, :class => "nav-link" %>
  • Export
    <%= link_to "Export to Client", batch_line_items_path, :class => "dropdown-item" %> <%= link_to "Export to Seller",export_to_seller_path, :class => "dropdown-item" %>
  • <%= link_to "User",users_path, :class => "nav-link" %>
  • <%= link_to "Client",clients_path, :class => "nav-link" %>
  • <%= link_to "Logout", destroy_member_session_path, :tabindex =>"-1", :class => "nav-link", :method => :delete %>
<% else %>
  • <%= link_to "Login", new_member_session_path, :tabindex =>"-1", :class => "nav-link" %>
<% end %>