mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 12:45:46 +08:00
change admins feedback list
This commit is contained in:
@@ -17,12 +17,8 @@
|
||||
<td><%= feedback&.user&.login%></td>
|
||||
<td><%= feedback&.user&.mail%></td>
|
||||
<td><%= feedback.created_at&.strftime('%Y-%m-%d %H:%M') %></td>
|
||||
<td>
|
||||
<span class="d-inline-block" tabindex="0" data-toggle="tooltip" data-placement="left" title="<%= feedback.content%>">
|
||||
<a href="javascript:">
|
||||
<%= feedback.content.truncate(20) %>
|
||||
</a>
|
||||
</span>
|
||||
<td style="word-wrap: break-word;">
|
||||
<%= feedback.content %>
|
||||
</td>
|
||||
<td class="action-container">
|
||||
<%= link_to "发送邮件", new_history_admins_feedback_path(feedback), remote: true, class: "action" %>
|
||||
|
||||
Reference in New Issue
Block a user