From d35941e99b3315ead96901f3bbad6de6901400cb Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sun, 27 Jan 2013 02:09:00 -0500 Subject: [PATCH] Added nav bread crumbs --- app/views/forums/show.html.erb | 7 ++++++- app/views/topics/show.html.erb | 8 +++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/app/views/forums/show.html.erb b/app/views/forums/show.html.erb index 5f41a2d..ec9a9aa 100755 --- a/app/views/forums/show.html.erb +++ b/app/views/forums/show.html.erb @@ -1,4 +1,9 @@ -
<%= link_to "Back to Forum List", forums_path %>
+
+ +
<%= @forum.title %> diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index a0ecbea..18f3a93 100755 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -1,4 +1,10 @@ -
<%= link_to "Back to Forum", forum_path(@topic.forum) %>
+
+ +
<% if @topic.sticky %>