fix: paginate and img width

This commit is contained in:
2021-11-03 11:38:47 +08:00
parent 18bbbce7b3
commit a3f57d3cbc
4 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
<td><%= list_index_no((params[:page] || 1).to_i, index) %></td>
<td><%= cooperator.title %></td>
<td><%= cooperator.url %></td>
<td><img style="height:50px" src="<%= cooperator.image %>" /></td>
<td><img style="width:150px" src="<%= cooperator.image %>" /></td>
<td><%= cooperator.order_index %></td>
<td class="action-container">
<%= link_to "编辑", edit_admins_topic_cooperator_path(cooperator), remote: true, class: "action" %>