diff --git a/app/views/messages/show.rhtml b/app/views/messages/show.rhtml index 251b7c7a5..c04c40934 100644 --- a/app/views/messages/show.rhtml +++ b/app/views/messages/show.rhtml @@ -17,6 +17,7 @@
+<% unless @replies.empty? %>

<%= l(:label_reply_plural) %>

<% @replies.each do |message| %> "> @@ -30,6 +31,7 @@ <%= link_to_attachments message.attachments, :no_author => true %> <% end %> +<% end %> <% if !@topic.locked? && authorize_for('messages', 'reply') %>

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