app/views/decidim/meetings/admin/meetings/index.html.erb in decidim-meetings-0.4.3 vs app/views/decidim/meetings/admin/meetings/index.html.erb in decidim-meetings-0.4.4

- old
+ new

@@ -44,10 +44,10 @@ <td> <%= static_map_link(meeting) %> </td> <% end %> <td class="table-list__actions"> - <%= icon_link_to "eye", decidim_meetings.meeting_path(id: meeting, feature_id: current_feature, participatory_process_id: current_participatory_process), t("actions.preview", scope: "decidim.meetings"), class: "action-icon--preview", target: :blank %> + <%= icon_link_to "eye", resource_locator(meeting).path, t("actions.preview", scope: "decidim.meetings"), class: "action-icon--preview", target: :blank %> <% if can? :update, current_feature %> <%= icon_link_to "pencil", edit_meeting_path(meeting), t("actions.edit", scope: "decidim.meetings"), class: "action-icon--edit" %> <% end %>