Browse Source

修复

pull/313/head
yystopf 3 years ago
parent
commit
e24921bba3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admins/feedbacks/_list.html.erb

+ 1
- 1
app/views/admins/feedbacks/_list.html.erb View File

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


Loading…
Cancel
Save