Skip to content
Snippets Groups Projects
Commit b32058c9 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

refactor

parent 483f8207
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
<%= f.input :default_image,
as: :single_deletable_file,
direct_upload: true,
hint: t('default_images_hint', formats: default_images_formats_accepted),
hint: default_images_formats_accepted_hint,
input_html: { accept: default_images_formats_accepted },
preview: true %>
<% end %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment