mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-07-09 01:09:12 +00:00
9 lines
233 B
Plaintext
9 lines
233 B
Plaintext
<div class="align-center">
|
|
<h2>Add a new contact:</h2>
|
|
<%= form_for User.new, url: connections_path do |f| %>
|
|
<%= f.label :email, class: "email_label_color" %>:
|
|
<%= f.text_field :email %>
|
|
|
|
<%= f.submit %>
|
|
<% end %>
|