diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index d2ff856f2..a71941ee1 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -171,6 +171,10 @@ <%= link_to_attachments message, :author => false %> --> <% end %> + +<% end %> + + <% if !@topic.locked? && authorize_for('messages', 'reply') %>

<%= toggle_link l(:button_reply), "reply", :focus => 'message_content' %>

<% end %>