Sha256: 3fb65df6047415f51b5a1bb48cc4f2f9ae9c39b91c9d5e850cd2b3a20cad3442
Contents?: true
Size: 227 Bytes
Versions: 3
Compression:
Stored size: 227 Bytes
Contents
# frozen_string_literal: true div do h1 'form' form_with url: '/form', method: 'post' do |f| f.label :name f.text_field :name f.submit 'submit' end link_to 'Home', root_path # button_to 'home', '/' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby2html-1.5.3 | app/views/home/form.html.rb |
ruby2html-1.5.2 | app/views/home/form.html.rb |
ruby2html-1.5.1 | app/views/home/form.html.rb |