From 63123c90c0e469b9a2958a6cb98a798d97a6c109 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sun, 27 Jan 2013 02:15:58 -0500 Subject: [PATCH] Cleaned up Posts#show --- app/views/posts/show.html.erb | 12 ------------ 1 file changed, 12 deletions(-) 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 %>