-
-
Save sher/921693 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- @employees.each do |employee| | |
%span{:style=>"float:left;margin-right:20px;"}= image_tag employee.image | |
%div{:style=>"float:left;margin-top:30px;"} | |
= employee.name | |
, | |
= employee.title | |
%br/ | |
%br/ | |
= mail_to employee.email | |
%br/ | |
%br/ | |
= employee.phone | |
= link_to 'New Employee', new_employee_path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment