<%= link_to 'SoloCustomerTemplate', root_path, class: 'btn btn-ghost normal-case text-xl'%>
  • <%= link_to 'Link0', profis_path %>
  • <% if user_signed_in? %>
  • <%= "#{current_user.email}" %>
    • <%= link_to 'Link1', '#' %>
    • <%= link_to 'Settings', edit_user_registration_path %>
    • <%= button_to 'Logout', destroy_user_session_path, method: :delete %>
  • <% else %>
  • <%= link_to 'Login', new_user_session_path %>
  • <%= link_to 'Register', new_user_registration_path %>
  • <% end %>