Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011
  1. <%= @message_url %>
  2. <%= @message.author %>
  3. <%= @message.content %>
  4. <% if @message.attachments.any? -%>
  5. ---<%= l(:label_attachment_plural).ljust(37, '-') %>
  6. <% @message.attachments.each do |attachment| -%>
  7. <%= attachment.filename %> (<%= number_to_human_size(attachment.filesize) %>)
  8. <% end -%>
  9. <% end -%>