Skip to content

Commit 594a333

Browse files
authored
Merge pull request #5149 from rrg1459/4950-switch-the-order-of-need-help-and-the-account-drop-down-on-partners
Resolves #4950: switch the order of need help and the account drop down on partners
2 parents 0269df1 + 49879d7 commit 594a333

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)