This commit is contained in:
yystopf 2022-11-09 14:56:27 +08:00
parent e4d62c5335
commit e24921bba3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<td><%= feedback.created_at&.strftime('%Y-%m-%d %H:%M') %></td> <td><%= feedback.created_at&.strftime('%Y-%m-%d %H:%M') %></td>
<td> <td>
<a href="#" data-toggle="tooltip" data-placement="bottom" title="<%= feedback.content%>"> <a href="#" data-toggle="tooltip" data-placement="bottom" title="<%= feedback.content%>">
<%= feedback.content.truncate(30) %> <%= feedback.content.truncate(20) %>
</a> </a>
</td> </td>
<td class="action-container"> <td class="action-container">