Sha256: 8a58c475553bd7f319f304c4ec042719e5c9f1fd9b92df979fce53b3addeab1f
Contents?: true
Size: 381 Bytes
Versions: 26
Compression:
Stored size: 381 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 :preload, collection: %w(auto none metadata), include_blank: false, input_html: {class: 'alchemy_selectbox'} %> <%= f.submit Alchemy.t(:save) %> <% end %>
Version data entries
26 entries across 26 versions & 2 rubygems