Skip to content

Commit

Permalink
Updated helper api
Browse files Browse the repository at this point in the history
  • Loading branch information
cdchapman committed Sep 1, 2016
1 parent afe31f5 commit 49dc858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/company/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ priority: 0.6
<link property="vcard:hasGender" resource="vcard:<%= member[:gender].capitalize %>" />
<div class="group">
<div class="section aside">
<img property="foaf:img schema:image vcard:hasPhoto" class="photo framed" src="<%= member_photo_url(member) %>" alt="Photo of <%= full_name(member) %>" />
<img property="foaf:img schema:image vcard:hasPhoto" class="photo framed" src="<%= photo_url(member) %>" alt="Photo of <%= full_name(member) %>" />
<aside class="nav menu rev">
<ul class="sp framed icons">
<% if member[:gplus] %>
Expand Down

0 comments on commit 49dc858

Please sign in to comment.