Share helper between class Proposal and Legislation::Proposal
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
<%= link_to_toggle_legislation_proposal_selection(proposal) %>
|
||||
<%= link_to_toggle_proposal_selection(proposal) %>
|
||||
|
||||
Reference in New Issue
Block a user