小程序的资源去掉外链

PCqiandao
cxt 5 years ago
parent 98c2882ab1
commit 2a208badfe

@ -42,6 +42,10 @@ class FilesController < ApplicationController
@unpublish_count = @total_count - @publish_count
@attachments = @attachments.by_keywords(params[:search])
if params[:no_link]
@attachments = @attachments.where(link: nil)
end
@attachments = @attachments.page(@page).per(@page_size)
end

Loading…
Cancel
Save