polyglot/app/views/connections/new.html.erb
Benjamin Myara 480fbbdbfb done
2018-09-03 14:10:45 +01:00

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 %>