Commit b2d9c66a
Changed files (1)
app
views
profiles
app/views/profiles/index.html.erb
@@ -12,7 +12,7 @@
<tbody>
<% @profiles.each do |profile| %>
<tr>
- <td><%= link_to 'unknown', profile_path(profile) %></td>
+ <td><%= link_to profile.name, profile_path(profile) %></td>
<td><%= profile.email %></td>
<td><%= profile.created_at %></td>
</tr>