<% provide(:title, "#{t(:editing)} #{t(:employee)}") %>

<%= "#{t(:editing)} #{t(:empleado)}" %>

<%= render 'form', empleado: @empleado, action: "update" %>