Sha256: 2362a21b8ad347c7f4b2b1f2e0fd26980d658f39c2c7037c074ca010f5ebd43d
Contents?: true
Size: 703 Bytes
Versions: 3
Compression:
Stored size: 703 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 %> <div class="row"> <div class="col-md-8"> <%= f.input :url, as: :string %> </div> <div class="col-md-4"> <%= f.input :target, collection: ContentPicture::TARGETS, include_blank: false %> </div> </div> <% 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
3 entries across 3 versions & 1 rubygems