Sha256: a1ee2a6f83154f1a94dba51c2c133018e10c895641d63bd197ad6d6b2d07c2d1
Contents?: true
Size: 350 Bytes
Versions: 16
Compression:
Stored size: 350 Bytes
Contents
<%= @topic.title %> <%= I18n.t('fms.in_forum', @topic.forum.name) %> --- <% @comment_list.each do |comment| %> <%= comment.created_at.to_formatted_s(:long) %>: <%= comment.user.display_name %> <%= markdown(comment.body, safe: true) %> --- <% end %> <%= I18n.t('cms.read_more') %> <%= @topic_link %> <%= I18n.t('cms.comment_notify.disclaimer') %>
Version data entries
16 entries across 16 versions & 1 rubygems