Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
added view link for individual presentations
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnewallace committed Jan 12, 2011
1 parent b9e5c21 commit 51e4fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/presentations/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<% @presentations.each do |presentation| %>
<tr>
<td><%= link_to "view", presentations_path %></td>
<td><%= link_to "view", presentation %></td>
<td><%= presentation.name %></td>
<td><%= presentation.starts_at %></td>
<td><%= presentation.speaker_name %></td>
Expand Down

0 comments on commit 51e4fb5

Please sign in to comment.