Sha256: c43233ab14ff9eb4da376b17fbac3abc8e8d042fa1a23be364b0e3bf56530ba3

Contents?: true

Size: 479 Bytes

Versions: 76

Compression:

Stored size: 479 Bytes

Contents

<%
form ||= current_fields_form
options ||= {}
other_options ||= {}
multiple ||= false
#persisted_files = multiple ? form.object.send(method) : [form.object.send(method)]
%>

<% if cloudinary_enabled? %>
  <%= render 'shared/fields/cloudinary_image', method: method, form: form, options: options, other_options: other_options %>
<% else %>
  <%= render 'shared/fields/active_storage_image', method: method, form: form, options: options, other_options: other_options %>
<% end %>

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
bullet_train-themes-tailwind_css-1.6.5 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.6.4 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.6.3 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.6.2 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.6.1 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.6.0 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.5.2 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.5.1 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.5.0 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.4.11 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.4.10 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.4.9 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.4.8 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.4.7 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.4.6 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.4.5 app/views/themes/tailwind_css/fields/_image.html.erb