diff --git a/app/views/budgets/ballot/_ballot.html.erb b/app/views/budgets/ballot/_ballot.html.erb new file mode 100644 index 000000000..a6529306b --- /dev/null +++ b/app/views/budgets/ballot/_ballot.html.erb @@ -0,0 +1,55 @@ +
+ + <%= t("budgets.ballots.show.voted_info_html") %> + +
+
+ <%= t("budgets.ballots.show.zero") %>
+ <%= link_to t("budgets.ballots.show.heading_link"),
+ budget_investments_path(budget, heading_id: heading.id),
+ data: { no_turbolink: true } %>
+
- - <%= t("budgets.ballots.show.voted_info_html") %> - -
-
- <%= t("budgets.ballots.show.zero") %>
- <%= link_to t("budgets.ballots.show.heading_link"),
- budget_investments_path(budget, heading_id: heading.id),
- data: { no_turbolink: true } %>
-