Sha256: 6bc0ccc0d00dd752b424cdbe27e9d35b0687d08933dbd4926137758164cf4dff

Contents?: true

Size: 457 Bytes

Versions: 3

Compression:

Stored size: 457 Bytes

Contents

<form
  class="inputs__form <%= @args[:class] %>"
  action="<%= @args[:url] %>"
  method="<%= @form_method %>"
  <% if @args[:remote] %>
    data-remote="true"
  <% end %>
  <% if @args[:multipart] %>
    enctype="multipart/form-data"
  <% end %>
>

<input type="hidden" name="utf8" value="✓">
<input type="hidden" name="authenticity_token" value="<%= @core__cells_authenticity_token %>">
<input type="hidden" name="_method" value="<%= @args[:method] %>">

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lato_core-2.2.2 app/cells/lato_core/inputs/form/views/open.html.erb
lato_core-2.2.0 app/cells/lato_core/inputs/form/views/open.html.erb
lato_core-2.1.4 app/cells/lato_core/inputs/form/views/open.html.erb