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