% content_for :head do %>
<%= stylesheet_link_tag "index" , :media => "all"%>
<% end %>
Новый сотрудник
<% form_for @employee, :url => {:action => 'create'}, :html => {:autocomplete => "off"} do |f| -%>
<%= f.error_messages %>
<%= render :partial => 'form', :locals => {:f =>f} %>
| <%= f.submit "Сохранить" %> |
<% end %>
<%= button_to "Назад", employee_index_path, :method => :get %> |