rename settings index

This commit is contained in:
Pete Matsyburka
2026-07-30 17:48:52 +03:00
parent 3a24ecac63
commit 35f7c36f28
5 changed files with 4 additions and 4 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 %>