summaryrefslogtreecommitdiff
path: root/app/views/forumthreads/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/forumthreads/edit.html.erb')
-rw-r--r--app/views/forumthreads/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/forumthreads/edit.html.erb b/app/views/forumthreads/edit.html.erb
index cab2dd8..5297249 100644
--- a/app/views/forumthreads/edit.html.erb
+++ b/app/views/forumthreads/edit.html.erb
@@ -12,7 +12,7 @@
%>
<h1>Edit thread</h1>
-<%= link_to @thread.forum.group, forumgroup_path(@thread.forum.group) %> → <%= link_to @thread.forum, @thread.forum %> → New thread
+<%= link_to @thread.forum.group, forumgroup_path(@thread.forum.group) %> → <%= link_to @thread.forum, @thread.forum %> → <%= link_to @thread, @thread %> → Edit thread
<%= form_for @thread do |f|%>
<table>
<% if mod? %>