We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0269df1 commit 49879d7Copy full SHA for 49879d7
1 file changed
app/views/layouts/partners/navigation/_navbar.html.erb
@@ -1,3 +1,7 @@
1
+<li id="help" class="nav-item dropdown">
2
+ <%= link_to 'Need Help?', partners_help_path, class: 'nav-link bg-yellow-400 mx-2 font-bold rounded-2xl' %>
3
+</li>
4
+
5
<li class="nav-item dropdown">
6
<a class="nav-link" data-bs-toggle="dropdown" href="#">
7
<%= current_user.email %>
@@ -32,8 +36,4 @@
32
36
<% end %>
33
37
34
38
</div>
35
-
- <li id="help" class="nav-item dropdown">
- <%= link_to 'Need Help?', partners_help_path, class: 'nav-link bg-yellow-400 mx-2 font-bold rounded-2xl' %>
- </li>
39
</li>
0 commit comments