File: index.html.erb

package info (click to toggle)
ruby-email-spec 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 980 kB
  • sloc: ruby: 2,420; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
6
7
8
<%= form_tag '/welcome/signup' do -%>
    <label for="Name">Name</label>
    <%= text_field_tag 'Name' %>
    <label for="Email">Email</label>
    <%= text_field_tag 'Email' %>
    <div><%= submit_tag 'Sign up' %></div>
<% end -%>