Merge pull request '主题列表强制换行' (#132) from KingChan/forgeplus:chenjing into standalone_develop

This commit is contained in:
KingChan 2023-08-29 10:52:32 +08:00
commit df94f815ba
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@
<td><%= list_index_no((params[:page] || 1).to_i, index) %></td>
<td><%= theme.language_frame %></td>
<td><%= theme.order_index %></td>
<td><%= theme.name %></td>
<td style="word-break: break-all;word-wrap: break-word;" ><%= theme.name %></td>
<td><img style="width:150px" src="<%= theme.image %>" /></td>
<td><a href="<%= theme.clone_url %>" target="_blank"><%= theme.clone_url %></a> </td>
<td style="word-break: break-all;word-wrap: break-word;" ><a href="<%= theme.clone_url %>" target="_blank"><%= theme.clone_url %></a> </td>
<td class="action-container">
<%= link_to "编辑", edit_admins_page_theme_path(theme), remote: true, class: "action" %>
<%= link_to "删除", admins_page_theme_path(theme), method: :delete, data:{confirm: "确认删除的吗?"}, class: "action" %>