Sha256: 23f059bb0194fed22a0d0d73fd638696e9eb4675e74934143ef149610811e12e
Contents?: true
Size: 591 Bytes
Versions: 1
Compression:
Stored size: 591 Bytes
Contents
<%= simple_form_for(item) do |f| %> <%= f.input :name %> <%= f.input :url, placeholder: "URL should start with http or https" %> <%= f.input :secret_key, as: :password %> <%= f.input :active, as: :boolean %> <%= f.input :description, as: :text %> <%= f.input :background, as: :color %> <%= f.input :serial_number, as: :integer %> <%= f.input :quantity, as: :decimal %> <%= f.input :published_at, as: :datetime, html5: true %> <%= f.input :expired_at, as: :date, html5: true %> <%= f.input :daily_check_at, as: :time, html5: true %> <%= f.button :submit %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_form-bulma-0.1.0 | app/views/simple_form/bulma/items/_form.html.erb |