Sha256: 48980037b5e02ea84187c6fa1242051bd05334af4071d33a04813717f9d58754

Contents?: true

Size: 477 Bytes

Versions: 4

Compression:

Stored size: 477 Bytes

Contents

<%
  # name: headmin/forms/video
  #
  # ==== Required parameters
  # * +form+ - Form object
  # * +attribute+ - Name of the attribute of the form model
  #
  # ==== Extra parameters
  # Listed in 'headmin/forms/file'
  # Listed in 'headmin/forms/base'
  #
  # ==== Examples
  #   Basic version
  #   <%= render 'headmin/forms/video', form: form, attribute: :video %#>

  options = local_assigns.merge(
    accept: 'video/*'
  )
%>

<%= render 'headmin/forms/file', options %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
headmin-0.3.4 app/views/headmin/forms/_video.html.erb
headmin-0.3.3 app/views/headmin/forms/_video.html.erb
headmin-0.3.2 app/views/headmin/forms/_video.html.erb
headmin-0.3.1 app/views/headmin/forms/_video.html.erb