Skip to content

Commit

Permalink
c9 test
Browse files Browse the repository at this point in the history
  • Loading branch information
kakoo committed Jun 7, 2012
1 parent 45a23cd commit 8310510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/photos/index.html.erb
Expand Up @@ -13,7 +13,7 @@
<tr>
<td><%= photo.title %></td>
<td><%= photo.name %></td>
<td><%= link_to 'Show', photo %></td>
<td><%= link_to 'View', photo %></td>
<td><%= link_to 'Edit', edit_photo_path(photo) %></td>
<td><%= link_to 'Destroy', photo, :confirm => 'Are you sure?', :method => :delete %></td>
</tr>
Expand Down

0 comments on commit 8310510

Please sign in to comment.