fixed banner增加url跳转

This commit is contained in:
“xxq250” 2022-11-17 15:04:23 +08:00
parent 98f30b4a3e
commit a01831e416
1 changed files with 1 additions and 1 deletions

View File

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