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

Version Path
alchemy_cms-6.0.8 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.7 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.6 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.5 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.4 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.3 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.2 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.1 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.0 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.0.pre.rc7 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.0.pre.rc6 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.0.pre.rc5 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.0.pre.rc4 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.0.pre.rc3 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.0.pre.rc2 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.0.pre.rc1 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.0.pre.b6 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.0.pre.b5 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.0.pre.b4 app/views/alchemy/admin/essence_videos/edit.html.erb
alchemy_cms-6.0.0.b3 app/views/alchemy/admin/essence_videos/edit.html.erb