Files
sx-fc/app/views/settings/tax_profiles/edit.html.erb
2020-09-10 10:31:07 +06:30

13 lines
530 B
Plaintext
Executable File

<div class="page-header">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="<%= root_path %>"><%= t("views.right_panel.button.home") %></a></li>
<li class="breadcrumb-item"><a href="<%= settings_tax_profiles_path %>"><%= t("en.tax_profile") %></a></li>
<li class="breadcrumb-item active"><%= t("views.btn.edit") %></li>
<span class="float-right">
<%= link_to 'Back', settings_tax_profiles_path %>
</span>
</ol>
</div>
<br>
<%= render 'form', settings_tax_profile: @settings_tax_profile %>