% if current_user.present? %>
PJET
-
<%= link_to "Home", root_path, class: "mx-2 text-white text-decoration-none w-100" %>
-
<%= link_to "Search", documents_path, class: "mx-2 text-white text-decoration-none w-100" %>
-
-
-
<%= link_to "Desicions", decisions_path, class: "mx-2 text-white text-decoration-none" %>
-
-
<%= link_to "Logout", destroy_user_session_path, class: "mx-2 text-white text-decoration-none" %>
<% end %>