app/views/decidim/proposals/proposals/new.html.erb in decidim-proposals-0.2.0 vs app/views/decidim/proposals/proposals/new.html.erb in decidim-proposals-0.3.0
- old
+ new
@@ -41,10 +41,10 @@
<%= form.select :user_group_id, current_user.user_groups.verified.map{|g| [g.name, g.id]}, prompt: current_user.name %>
</div>
<% end %>
<div class="actions">
- <%= form.submit t(".send"), class: "button expanded" %>
+ <%= form.submit t(".send"), class: "button expanded", "data-disable-with" => "#{t('.send')}..." %>
</div>
<% end %>
</div>
</div>
</div>