Nemo Encoder
<% if member_signed_in? %>
  • <%= link_to "Home", dashboard_path, :class => "nav-link" %>
  • <%= link_to "Batches",batches_path, :class => "nav-link" %>
  • Batch Line Item
    <%= link_to "List", batch_line_items_path, :class => "dropdown-item" %> <%= link_to "Export CSV", export_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 %>