Этот коммит содержится в:
Mattia Roccoberton
2021-05-23 14:23:56 +02:00
родитель d397697bd9
Коммит ec887b21a3
9 изменённых файлов: 162 добавлений и 3 удалений

Просмотреть файл

@@ -41,7 +41,7 @@ ActiveAdmin.register Post do
row :images do |resurce|
resurce.images.each do |image|
div do
link_to image.filename, image, target: '_blank'
link_to image.filename, image, target: '_blank', rel: 'noopener'
end
end
nil