Files
sx-fc/app/views/settings/tax_profiles/new.html.erb
2017-10-24 18:16:03 +06:30

15 lines
463 B
Plaintext
Executable File

<div class="page-header">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="<%= dashboard_path %>">Home</a></li>
<li class="breadcrumb-item"><a href="<%= settings_tax_profiles_path %>">Tax Profiles</a></li>
<li class="breadcrumb-item active">New</li>
<span class="float-right">
<%= link_to 'Back', settings_tax_profiles_path %>
</span>
</ol>
</div>
<br>
<%= render 'form', settings_tax_profile: @settings_tax_profile %>