<%= image_tag Adjustment.first.logoSistemaAdmin.url(:admSys), class: "logo-image" %>
  • <%= current_user.name %>

      <% if user_signed_in? %>
    • <%= link_to 'Editar Conta', edit_current_users_path %>
    • <%= link_to 'Sair', destroy_user_session_path, :method=>'delete' %>
    • <% end %>