diff --git a/app/views/forums/show.html.erb b/app/views/forums/show.html.erb index 75426fe..267f5e5 100644 --- a/app/views/forums/show.html.erb +++ b/app/views/forums/show.html.erb @@ -16,8 +16,8 @@
-
- <%= link_to thread.title, forumthread_path(thread), class: "#{"locked" if thread.locked}#{"sticky" if thread.sticky}" %> +
"> + <%= link_to thread.title, forumthread_path(thread) %>
<% if rpl = thread.replies.last %> <%= rpl.author.name %> <%= link_to "replied", forumthread_path(thread) + "#reply-#{rpl.id}" %> .