From 32e76f904ef9a4ee248036521dfb8b4e04b88e38 Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 22 Jun 2014 23:39:59 +0200 Subject: [PATCH] fix error on new thread page --- app/views/forumthreads/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/forumthreads/new.html.erb b/app/views/forumthreads/new.html.erb index 446fbf1..9c01633 100644 --- a/app/views/forumthreads/new.html.erb +++ b/app/views/forumthreads/new.html.erb @@ -1,4 +1,4 @@ -<% title "New Thread: #{@thread.forum.title}" %> +<% title "New Thread: #{@thread.forum.name}" %> <%= link_to @thread.forum.group, forumgroup_path(@thread.forum.group) %> → <%= link_to @thread.forum, @thread.forum %> → New thread

New thread