This commit is contained in:
parent
e4d62c5335
commit
e24921bba3
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue