app/views/apidae/selections/index.html.erb in apidae-0.5.1 vs app/views/apidae/selections/index.html.erb in apidae-0.5.2
- old
+ new
@@ -1,7 +1,7 @@
<%= render layout: "/layouts/#{Rails.application.config.apidae_layout}" do |styles| %>
<div id="apidae_header" class="<%= styles[:header] %>">
- <%= link_to 'Retour', :back, class: styles[:back] %>
+ <%= 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] %>">
<table id="apidae_selections" class="<%= styles[:table] %>">
\ No newline at end of file