summaryrefslogtreecommitdiff
path: root/app/views/forumthreads/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/forumthreads/show.html.erb')
-rw-r--r--app/views/forumthreads/show.html.erb6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/views/forumthreads/show.html.erb b/app/views/forumthreads/show.html.erb
index 82f8fb3..b29d29e 100644
--- a/app/views/forumthreads/show.html.erb
+++ b/app/views/forumthreads/show.html.erb
@@ -1,11 +1,7 @@
<%= link_to @thread.forum.group, forumgroup_path(@thread.forum.group) %> → <%= link_to @thread.forum, @thread.forum %> → <%=truncate(@thread.title, length: 60, omission: " …") %>
<h1>
<%= render partial: "labels/label", locals: {label: @thread.label} %><%= title @thread.title %>
- <% if params[:reverse] %>
- <%= link_to "Reverse Replies", @thread, class: "btn right blue" %>
- <% else %>
- <%= link_to "Reverse Replies", forumthread_path(@thread, reverse: true), class: "btn right blue" %>
- <% end %>
+ <%= link_to "Reverse Replies", forumthread_path(@thread, reverse: params[:reverse] != "true"), class: "btn right blue" %>
</h1>
<div class="item-group thread with-avatar" id="thread-<%= @thread.id %>">
<div class="header">