1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Fixed bug with Submit button label (Probably won't work in IE though)

This commit is contained in:
Dan Barber 2011-05-19 09:57:02 +01:00
parent b530d813da
commit 4e077d5933

View File

@ -32,7 +32,7 @@
<%= f.text_area :message %>
</p>
<p>
<%= f.label raw('&nbsp;') %>
<%= f.label "-", :style => "opacity: 0;" %>
<%= f.submit 'Send Message' %>
</p>
<% end %>