app/views/decidim/meetings/admin/meetings/index.html.erb in decidim-meetings-0.5.1 vs app/views/decidim/meetings/admin/meetings/index.html.erb in decidim-meetings-0.6.0

- old
+ new

@@ -48,9 +48,10 @@ <td class="table-list__actions"> <%= 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" %> + <%= icon_link_to "people", edit_meeting_registrations_path(meeting), t("actions.registrations", scope: "decidim.meetings"), class: "action-icon--registrations" %> <% end %> <% if can? :update, current_feature %> <%= icon_link_to "lock-locked", edit_meeting_meeting_close_path(meeting_id: meeting.id, id: meeting.id), t("actions.close", scope: "decidim.meetings"), class: "action-icon--close" %> <% end %>