aboutsummaryrefslogtreecommitdiffstats
path: root/lib/views
diff options
context:
space:
mode:
authorGareth Rees <gareth@garethrees.co.uk>2017-03-22 13:36:04 +0000
committerGareth Rees <gareth@garethrees.co.uk>2017-03-22 13:36:04 +0000
commit30f48c5d6c9b2f800e21eebb5a1dd56ff5241446 (patch)
treedcd2b0576b4e18ed15bd7c091c8fa25362e7ed5b /lib/views
parenta9dfb2ea21181266984d01810ac5c458c500e381 (diff)
parent0dee8c3bd06dd8779500667018185fab6dcee04e (diff)
Merge branch 'master' into develop
Diffstat (limited to 'lib/views')
-rw-r--r--lib/views/help/contact.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/views/help/contact.html.erb b/lib/views/help/contact.html.erb
index 5f467fe..2072d0c 100644
--- a/lib/views/help/contact.html.erb
+++ b/lib/views/help/contact.html.erb
@@ -93,8 +93,8 @@
<div class="form_button">
<%= hidden_field_tag(:submitted_contact_form, 1) %>
- <%= submit_tag "Send message to the charity", :disable_with => "Sending..." %>
+ <%= submit_tag "Send message to the charity", :data => { :disable_with => "Sending..." } %>
&lt;-- we run this site, not the Government!
</div>
-<% end %> \ No newline at end of file
+<% end %>