% title "Edit Employee" %> <%= render :partial => 'form' %>
<%= link_to "Show", @employee %> | <%= link_to "View All", employees_path %>