add mobile settings navigation

This commit is contained in:
Alex Turchyn
2026-07-23 14:31:53 +03:00
committed by Pete Matsyburka
parent 2d510081be
commit cbbbfdda80
13 changed files with 50 additions and 12 deletions
+7
View File
@@ -0,0 +1,7 @@
<div class="mb-2 w-full">
<a href="<%= root_path %>" class="flex items-center space-x-0.5 font-medium">
<%= svg_icon('arrow_left', class: 'w-4 h-4 stroke-2') %>
<span><%= t('back') %></span>
</a>
</div>
<%= render 'shared/settings_nav', expanded: true %>