mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
fixed banner增加url跳转
This commit is contained in:
@@ -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" %>
|
||||
|
||||
Reference in New Issue
Block a user