Skip to content

Instantly share code, notes, and snippets.

@JoeWoodward
Created December 22, 2011 16:13
Show Gist options
  • Save JoeWoodward/1510840 to your computer and use it in GitHub Desktop.
Save JoeWoodward/1510840 to your computer and use it in GitHub Desktop.
- for section in @sections
.contact-section
- if section.present?
- section.each do |user|
.contact-card
.photo
= image_tag user.avatar
.contact-details
%h3= "#{user.title} #{user.full_name}"
.contact-email
= mail_to user.public_email
.contact-number
= user.phone_number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment