Commit c7eaeb4a31ddc8c479f671ffab14e8ee2e13065f

Authored by Rafael Manzo
1 parent d0815209

Removed debug print from Project index

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/index.html.erb
... ... @@ -14,7 +14,7 @@
14 14 <tr>
15 15 <td><%= project.name %></td>
16 16 <td><%= project.description %></td>
17   - <td><%= link_to 'Show', project_path(project.id) %><%=project.inspect%></td>
  17 + <td><%= link_to 'Show', project_path(project.id) %></td>
18 18 </tr>
19 19 <% end %>
20 20 </tbody>
... ...