summaryrefslogtreecommitdiff
path: root/app/views/forumthreads/edit.html.erb
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2016-05-08 19:30:52 +0200
committerjomo <github@jomo.tv>2016-05-08 19:30:52 +0200
commitbd061d344169c200a799b25b3c7cb6d50787a31e (patch)
tree577d1420d45f84232aa39d1e2b73c2f6e150b8fe /app/views/forumthreads/edit.html.erb
parent37cccdff180aab8bb67a202d35ef5b4e6974432c (diff)
fix thread & reply navigator links
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? %>