From 4db932f6d9787e5c27898b08165d2b76a7232c18 Mon Sep 17 00:00:00 2001 From: Mehdi Farsi Date: Mon, 8 Apr 2024 10:08:12 +0200 Subject: [PATCH] move instruction index page title up --- app/views/instruction/authorization_requests/index.html.erb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/instruction/authorization_requests/index.html.erb b/app/views/instruction/authorization_requests/index.html.erb index f181996cb..09e3566bd 100644 --- a/app/views/instruction/authorization_requests/index.html.erb +++ b/app/views/instruction/authorization_requests/index.html.erb @@ -1,3 +1,5 @@ +

<%= t('.table.caption') %>

+ <%= search_form_for(@q, url: instruction_authorization_requests_path, html: { method: :get, data: { turbo: false }, class: %w[search-box] }) do |f| %>
@@ -28,9 +30,6 @@
- <%
- <%= t('.table.caption') %> -