diff --git a/app/views/admins/topic/banners/_list.html.erb b/app/views/admins/topic/banners/_list.html.erb index a82b8dcc7..4d76f09e9 100644 --- a/app/views/admins/topic/banners/_list.html.erb +++ b/app/views/admins/topic/banners/_list.html.erb @@ -16,7 +16,7 @@ <%= list_index_no((params[:page] || 1).to_i, index) %> <%= banner.title %> - <%= banner.url %> + <%= banner.url %> <%= banner.order_index %> <%= link_to "编辑", edit_admins_topic_banner_path(banner), remote: true, class: "action" %>