app/views/apidae/selections/index.html.erb in apidae-0.9.25 vs app/views/apidae/selections/index.html.erb in apidae-0.9.26

- old
+ new

@@ -1,12 +1,12 @@ <%= render layout: "/layouts/#{Rails.application.config.apidae_layout}" do |styles| %> <div id="apidae_header" class="<%= styles[:header] %>"> <%= link_to 'Retour', root_path, class: styles[:back] %> <h1 class="<%= styles[:h1] %>">Apidae - Sélections</h1> </div> - <div id="apidae_dashboard" class="<%= styles[:wrapper] %>"> - <div id="apidae_imports_panel" class="<%= styles[:body] %>"> + <div class="<%= styles[:wrapper] %>"> + <div class="<%= styles[:body] %>"> <table id="apidae_selections" class="<%= styles[:table] %>"> <thead class="<%= styles[:table_head] %>"> <tr> <th>Label</th> <th>Reference</th> @@ -26,10 +26,10 @@ 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> + <td colspan="5">Aucune sélection importée pour le moment.</td> </tr> <% end %> </tbody> </table> </div> \ No newline at end of file