simplify nav

This commit is contained in:
Pete Matsyburka
2025-07-11 21:19:03 +03:00
parent 1ae635963c
commit bd3d643318
6 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<%= render 'shared/title' %>
</a>
<span class="hidden sm:inline">
<%= render 'shared/github' %>
<%= render 'shared/github' if request.path.starts_with?('/settings') %>
</span>
</div>
<% if signed_in? %>