From 4e077d593362f4501a0819ed7a09329b3e7b0369 Mon Sep 17 00:00:00 2001
From: Dan Barber
Date: Thu, 19 May 2011 09:57:02 +0100
Subject: [PATCH] Fixed bug with Submit button label (Probably won't work in IE
though)
---
app/views/contacts/new.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 %>