From 78540284c1bd13db666d2e2f0f32b093fdce4c4d Mon Sep 17 00:00:00 2001 From: Benjamin Myara Date: Fri, 31 Aug 2018 15:15:15 +0100 Subject: [PATCH] del --- app/assets/stylesheets/connections/_new.scss | 2 +- app/views/connections/new.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/connections/_new.scss b/app/assets/stylesheets/connections/_new.scss index 37fdd9a..3e1609c 100644 --- a/app/assets/stylesheets/connections/_new.scss +++ b/app/assets/stylesheets/connections/_new.scss @@ -5,7 +5,7 @@ color: white; } } -.email { +.email_label_color { color: white; } diff --git a/app/views/connections/new.html.erb b/app/views/connections/new.html.erb index 7963a7c..0543a78 100644 --- a/app/views/connections/new.html.erb +++ b/app/views/connections/new.html.erb @@ -1,7 +1,7 @@

Add a new contact:

<%= 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.submit %>