Files
sx-fc/app/views/settings/employees/edit.html.erb
2017-10-20 11:18:47 +06:30

13 lines
454 B
Plaintext

<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_employees_path %>">Employees</a></li>
<li class="breadcrumb-item active">Edit</li>
<span class="float-right">
<%= link_to t('.back', :default => t("views.btn.back")), dashboard_path %>
</span>
</ol>
</div>
<%= render 'form', employee: @employee %>