Sha256: c0de88c317ee736b9081b5964960c1fd4ff0ce607f79ff41e5eb3d687e08134d
Contents?: true
Size: 411 Bytes
Versions: 17
Compression:
Stored size: 411 Bytes
Contents
<%= alchemy_form_for [:admin, @essence_video] do |f| %> <%= f.input :width %> <%= f.input :height %> <%= f.input :autoplay %> <%= f.input :controls %> <%= f.input :loop %> <%= f.input :muted %> <%= f.input :playsinline %> <%= f.input :preload, collection: %w(auto none metadata), include_blank: false, input_html: {class: 'alchemy_selectbox'} %> <%= f.submit Alchemy.t(:save) %> <% end %>
Version data entries
17 entries across 17 versions & 1 rubygems