diff options
Diffstat (limited to 'app/views/admin/blogs')
-rw-r--r-- | app/views/admin/blogs/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blogs/_form.html.haml b/app/views/admin/blogs/_form.html.haml index c3720ba..f64ebe5 100644 --- a/app/views/admin/blogs/_form.html.haml +++ b/app/views/admin/blogs/_form.html.haml | |||
@@ -44,7 +44,7 @@ | |||
44 | - f.object.images.each do |image| | 44 | - f.object.images.each do |image| |
45 | = image_tag image.variant(:thumb) | 45 | = image_tag image.variant(:thumb) |
46 | = f.hidden_field :images, multiple: true, value: image.signed_id | 46 | = f.hidden_field :images, multiple: true, value: image.signed_id |
47 | %pre= url_for image | 47 | %pre= rails_blob_url(image) |
48 | %hr | 48 | %hr |
49 | = f.file_field :images, multiple: true | 49 | = f.file_field :images, multiple: true |
50 | .details-module= f.submit | 50 | .details-module= f.submit |