diff --git a/app/views/contacts/new.html.erb b/app/views/contacts/new.html.erb index 38d0232..0526cc3 100644 --- a/app/views/contacts/new.html.erb +++ b/app/views/contacts/new.html.erb @@ -32,7 +32,7 @@ <%= f.text_area :message %>
- <%= f.label raw(' ') %> + <%= f.label "-", :style => "opacity: 0;" %> <%= f.submit 'Send Message' %>
<% end %>