Skip to content

Commit 49879d7

Browse files
committed
feat: move to the top in the view “need help”
1 parent 0269df1 commit 49879d7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/views/layouts/partners/navigation/_navbar.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
<li class="nav-item dropdown">
26
<a class="nav-link" data-bs-toggle="dropdown" href="#">
37
<%= current_user.email %>
@@ -32,8 +36,4 @@
3236
<% end %>
3337

3438
</div>
35-
36-
<li id="help" class="nav-item dropdown">
37-
<%= link_to 'Need Help?', partners_help_path, class: 'nav-link bg-yellow-400 mx-2 font-bold rounded-2xl' %>
38-
</li>
3939
</li>

0 commit comments

Comments
 (0)