deprecation fix

This commit is contained in:
Lee Lawlor 2014-07-14 16:00:36 -04:00
parent 384cb7bda8
commit 6ab9ec1df6

View File

@ -9,7 +9,7 @@
<%= t(:time_zone) %>
<%= time_zone_select 'feed', 'time_zone', nil, :default => 'UTC' %>
<br><br>
<%= f.submit t(:upload), :disable_with => t(:uploading) %>
<%= f.submit t(:upload), data: { disable_with: t(:uploading) } %>
<% end %>
<br><br>