mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-04-15 01:29:12 +00:00
del
This commit is contained in:
parent
c67849c3dc
commit
78540284c1
@ -5,7 +5,7 @@
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.email {
|
.email_label_color {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<div class="align-center">
|
<div class="align-center">
|
||||||
<h2>Add a new contact:</h2>
|
<h2>Add a new contact:</h2>
|
||||||
<%= form_for User.new, url: connections_path do |f| %>
|
<%= form_for User.new, url: connections_path do |f| %>
|
||||||
<%= f.label :email, class: "email" %>:
|
<%= f.label :email, class: "email_label_color" %>:
|
||||||
<%= f.text_field :email %>
|
<%= f.text_field :email %>
|
||||||
|
|
||||||
<%= f.submit %>
|
<%= f.submit %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user