mirror of
https://github.com/docusealco/docuseal.git
synced 2026-08-07 07:14:43 +00:00
8 lines
267 B
Plaintext
8 lines
267 B
Plaintext
<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 %>
|