app/views/apidae/selections/index.html.erb in apidae-0.9.22 vs app/views/apidae/selections/index.html.erb in apidae-0.9.23

- old
+ new

@@ -10,18 +10,21 @@ <tr> <th>Label</th> <th>Reference</th> <th>Identifiant</th> <th>Objets</th> + <th></th> </tr> </thead> <tbody class="<%= styles[:table_body] %>"> <% @selections.each do |selection| %> <tr> <td><%= selection.label %></td> <td><%= selection.reference %></td> <td><%= selection.apidae_id %></td> <td><%= link_to selection.objects.count, selection_objects_path(selection) %></td> + <td><%= link_to 'Rafraîchir', apidae.refresh_selection_path(selection), method: :post, + data: {confirm: 'Voulez-vous vraiment rafraîchir cette sélection ? Les données existantes seront écrasées.'} %></td> </tr> <% end %> <% if @selections.empty? %> <tr> <td colspan="4">Aucune sélection importée pour le moment.</td> \ No newline at end of file