Sha256: 5a0a790ae3c22263f5ed5ed033090aab54f54129e1b0d696d53aa9fd33c26b7e
Contents?: true
Size: 935 Bytes
Versions: 5
Compression:
Stored size: 935 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Facebook:</strong> <%= @employee.Facebook %> </p> <p> <strong>Linkedin:</strong> <%= @employee.Linkedin %> </p> <p> <strong>Role:</strong> <%= @employee.Role %> </p> <p> <strong>E mail:</strong> <%= @employee.e_mail %> </p> <p> <strong>Mobile:</strong> <%= @employee.Mobile %> </p> <p> <strong>Address:</strong> <%= @employee.Address %> </p> <p> <strong>Country:</strong> <%= @employee.Country %> </p> <p> <strong>Full name:</strong> <%= @employee.Full_Name %> </p> <p> <strong>Last name 2:</strong> <%= @employee.Last_Name_2 %> </p> <p> <strong>Last name 1:</strong> <%= @employee.Last_Name_1 %> </p> <p> <strong>Middle name:</strong> <%= @employee.Middle_Name %> </p> <p> <strong>First name:</strong> <%= @employee.First_Name %> </p> <%= link_to 'Edit', edit_employee_path(@employee) %> | <%= link_to 'Back', employees_path %>
Version data entries
5 entries across 5 versions & 4 rubygems