Commit b2d9c66a

mo k <mo@mokhan.ca>
2011-06-05 22:46:39
display artists names on users listing page and revert dev database back to sqlite.
1 parent bfaf202
Changed files (1)
app
views
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>