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

Version Path
alchemy_cms-6.1.10 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.1.9 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.1.8 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.1.7 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.1.6 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.1.5 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.14 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.1.4 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.13 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.1.3 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.1.2 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.1.1 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.1.0 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.12 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.11 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.10 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.9 app/views/alchemy/admin/essence_videos/edit.html.erb