|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
<% identifier = Game.find_by(challenge_id: discuss.challenge_id, user_id: discuss.user_id)&.identifier %>
|
|
|
|
|
<td class="text-left"><%= link_to discuss.dis.name, "/tasks/#{identifier}", target: '_blank'%></td>
|
|
|
|
|
<td class="text-left content-img"><%= content_safe discuss.content %></td>
|
|
|
|
|
<td><%= discuss.user.show_real_name %></td>
|
|
|
|
|
<td><%= link_to discuss.user.show_real_name, "/users/#{discuss.user.login}", target: '_blank' %></td>
|
|
|
|
|
<td><%= format_time discuss.created_at %></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<% end %>
|
|
|
|
|