diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index ad73476..8bfa9d2 100755 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -1,15 +1,7 @@ -
<%= link_to "Back to Forum", forum_path(@topic.forum) %>
<%= link_to @topic.title, topic_path(@topic) %> -
@@ -30,11 +22,7 @@ Posted <%=l @post.created_at %> - <%= link_to "Delete", @post, :confirm => "Are you sure?", :method => :delete if can? :destroy, @post %>