Merge pull request #31 from beatriceo/del

del
This commit is contained in:
Beatrice Olivera 2018-08-31 15:16:05 +01:00 committed by GitHub
commit ebdad02216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
color: white; color: white;
} }
} }
.email { .email_label_color {
color: white; color: white;
} }

View File

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