Share helper between class Proposal and Legislation::Proposal

This commit is contained in:
Julian Herrero
2019-05-23 12:22:49 +02:00
parent ad5f7a06e1
commit 28835a29ef
6 changed files with 10 additions and 27 deletions

View File

@@ -9,7 +9,7 @@
<th class="text-center"><%= t("admin.legislation.proposals.index.id") %></th>
<th><%= t("admin.legislation.proposals.index.title") %></th>
<th class="text-center"><%= t("admin.legislation.proposals.index.supports") %></th>
<th><%= t("admin.legislation.proposals.index.selected") %></th>
<th><%= t("admin.proposals.index.selected") %></th>
</tr>
</thead>

View File

@@ -1 +1 @@
<%= link_to_toggle_legislation_proposal_selection(proposal) %>
<%= link_to_toggle_proposal_selection(proposal) %>