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