Sha256: baa887d8c7c45125ddc1831b0bfef2f55970c8d4c05f214be8d14898ad04134a
Contents?: true
Size: 457 Bytes
Versions: 18
Compression:
Stored size: 457 Bytes
Contents
<%= render 'backend/general_form_error', object: @model %> <%= image_tag @model.asset.image.url(900, 900, quality: 65), alt: '', class: 'img-fluid' %> <%= simple_form_for [:backend, @model] do |f| %> <%= f.input :url, as: :string %> <% content_type = Udongo.config.flexible_content.picture_caption_editor? ? :ckeditor : :text %> <%= f.input :caption, as: content_type %> <%= render 'backend/form_actions', cancel_url: '#lity-close' %> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems