Hides question menu on budget poll and changes redirect when create
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</td>
|
||||
<td class="small">
|
||||
<% if budget.poll.present? %>
|
||||
<%= link_to t("admin.budgets.index.admin_ballots"), admin_poll_path(budget.poll) %>
|
||||
<%= link_to t("admin.budgets.index.admin_ballots"), admin_poll_booth_assignments_path(budget.poll) %>
|
||||
<% else %>
|
||||
<%= link_to_create_budget_poll(budget) %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user