From d9e98148231f6b7014eec797454a5fe1c74a9da2 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sun, 27 Jan 2013 12:42:08 -0500 Subject: [PATCH] Added bread crumbs to posts#show --- app/views/posts/show.html.erb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index 8bfa9d2..f1dc489 100755 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -1,6 +1,13 @@ +
+ +
- <%= link_to @topic.title, topic_path(@topic) %> + <%= @topic.title %>