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 %>