noesya/osuny

View on GitHub
app/views/admin/application/shared_image/_edit.html.erb

Summary

Maintainability
Test Coverage
<%= osuny_panel t('shared_image.title') do %>
  <%= f.input :shared_image,
              as: :single_deletable_file,
              label: false,
              hint: file_hint(
                filesize: number_to_human_size(500.kilobytes),
                formats: '.jpg, .png'
              ),
              input_html: { accept: '.jpg, .png' },
              preview: true %>
<% end %>