Sha256: 59456d2d59e25ab1046441393482cd4d1f329249522f55a85e5a3751486b8d88
Contents?: true
Size: 505 Bytes
Versions: 7
Compression:
Stored size: 505 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 :disallow_resize, as: :boolean %> <%= 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
7 entries across 7 versions & 1 rubygems