Commit 07517551
Changed files (1)
app
views
profiles
app/views/profiles/index.html.erb
@@ -37,9 +37,9 @@
<td><%= profile.city %></td>
<td><%= profile.latitude %></td>
<td><%= profile.longitude %></td>
- <td><%= profile.twitter %></td>
- <td><%= profile.facebook %></td>
- <td><%= profile.website %></td>
+ <td><a href="<%= profile.twitter %>"><%= profile.twitter %></a></td>
+ <td><a href="<%= profile.facebook %>"><%= profile.facebook %></a></td>
+ <td><a href="<%= profile.website %>"><%= profile.website %></a></td>
<td><a href="<%= url_for profile_path(profile) %>"><%= profile.creations.length %> creations</a></td>
<td><%= profile.created_at.to_s :foomat %></td>
</tr>