diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index 3a65f70..38c68d6 100755 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -10,12 +10,14 @@
| - <%= link_to ("#"+ post.id.to_s ), post %> + <%= link_to ("#"+ i.id.to_s ), post %> <%= post.user.username %> <%= image_tag post.user.gravatar_url %> |