Browse Source

fixed banner增加url跳转

pull/313/head
“xxq250” 3 years ago
parent
commit
a01831e416
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admins/topic/banners/_list.html.erb

+ 1
- 1
app/views/admins/topic/banners/_list.html.erb 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" %>


Loading…
Cancel
Save