Skip to content
Snippets Groups Projects
Verified Commit 7e740b07 authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Replace duplicate assignments link with missing "sign up"

Anonymous users had two links to assignments in navigation, but none for signing up.
parent 9697e09d
Branches main
No related tags found
No related merge requests found
Pipeline #38464 passed
...@@ -109,8 +109,8 @@ ...@@ -109,8 +109,8 @@
<% else %> <% else %>
<!-- Not logged in state --> <!-- Not logged in state -->
<div class="flex items-center space-x-4"> <div class="flex items-center space-x-4">
<%= link_to "Assignments", assignments_path, class: "text-gray-600 hover:text-gray-900 dark:text-gray-300 dark:hover:text-white" %>
<%= link_to "Log in", new_user_session_path, class: "text-gray-600 hover:text-gray-900 dark:text-gray-300 dark:hover:text-white" %> <%= link_to "Log in", new_user_session_path, class: "text-gray-600 hover:text-gray-900 dark:text-gray-300 dark:hover:text-white" %>
<%= link_to "Sign up", new_user_registration_path, class: "text-gray-600 hover:text-gray-900 dark:text-gray-300 dark:hover:text-white" %>
</div> </div>
<!-- Dark mode toggle button --> <!-- Dark mode toggle button -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment