diff --git a/app/views/forum_topics/show.html.erb b/app/views/forum_topics/show.html.erb index 2322a6421..699175cfc 100644 --- a/app/views/forum_topics/show.html.erb +++ b/app/views/forum_topics/show.html.erb @@ -1,7 +1,7 @@

- Topic: <%= @forum_topic.title %> + <%= @forum_topic.title %> <% if @forum_topic.min_level >= User::Levels::MODERATOR %> (<%= User.level_string(@forum_topic.min_level).downcase %>+ only) @@ -24,7 +24,7 @@ <% if CurrentUser.is_member? %> <% if CurrentUser.is_moderator? || !@forum_topic.is_locked? %> -

<%= link_to "Reply »".html_safe, new_forum_post_path(:topic_id => @forum_topic.id), :id => "new-response-link" %>

+

<%= link_to "Post reply", new_forum_post_path(topic_id: @forum_topic.id), id: "new-response-link" %>