diff --git a/app/views/officing/results/new.html.erb b/app/views/officing/results/new.html.erb index ed9c702d2..7d55537f6 100644 --- a/app/views/officing/results/new.html.erb +++ b/app/views/officing/results/new.html.erb @@ -38,21 +38,20 @@ <% end %>
-

<%= t("officing.results.new.ballots_blank") %>

-
+
+

<%= t("officing.results.new.ballots_blank") %>

+ <%= text_field_tag :count, nil, placeholder: "0" %> +
+ +
+

<%= t("officing.results.new.ballots_null") %>

<%= text_field_tag :count, nil, placeholder: "0" %>
-
-

<%= t("officing.results.new.ballots_null") %>

-
- <%= text_field_tag :count, nil, placeholder: "0" %> -
-
- +
-
+
<%= submit_tag t("officing.results.new.submit"), class: "button expanded" %>