Sha256: efc69723f5b3f2b587ce170465050ae3f92c21eed7dd3523db42c69a63289e46
Contents?: true
Size: 369 Bytes
Versions: 2
Compression:
Stored size: 369 Bytes
Contents
<%= simple_form_for [:backend, @model] do |f| %> <div class="row"> <div class="col-md-8"> <%= f.input :url, as: :string %> </div> <div class="col-md-4"> <%= f.input :aspect_ratio, collection: ContentVideo::ASPECT_RATIOS, include_blank: false %> </div> </div> <%= render 'backend/form_actions', cancel_url: '#lity-close' %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
udongo-6.4.1 | app/views/backend/content/rows/videos/edit.html.erb |
udongo-6.4.0 | app/views/backend/content/rows/videos/edit.html.erb |