]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/index.html.erb
Use svg icons in pagination for note lists
[rails.git] / app / views / issues / index.html.erb
index 6234f755f52b7c836999c15ce9873798965bed41..95dfbf6f25edf8ff9e3a120d27af48af0461f43e 100644 (file)
@@ -4,7 +4,7 @@
 
 <p><%= t ".search_guidance" %></p>
 
 
 <p><%= t ".search_guidance" %></p>
 
-<%= form_tag(issues_path, :method => :get) do %>
+<%= form_tag(issues_path, :method => :get, :data => { "turbo" => true, "turbo-frame" => "pagination", "turbo-action" => "advance" }) do %>
   <div class="row gx-1">
     <div class="mb-3 col-md-auto">
       <%= select_tag :status,
   <div class="row gx-1">
     <div class="mb-3 col-md-auto">
       <%= select_tag :status,
@@ -40,8 +40,4 @@
   </div>
 <% end %>
 
   </div>
 <% end %>
 
-<% if @issues.length == 0 %>
-  <p><%= t ".issues_not_found" %></p>
-<% else %>
-  <%= render :partial => "page" %>
-<% end %>
+<%= render :partial => "page" %>