Skip to content

Commit

Permalink
move instruction index page title up
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-farsi committed Apr 8, 2024
1 parent 7557d3f commit 4db932f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/instruction/authorization_requests/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<p class="fr-h2 fr-mt-5w"><%= t('.table.caption') %></p>

<%= search_form_for(@q, url: instruction_authorization_requests_path, html: { method: :get, data: { turbo: false }, class: %w[search-box] }) do |f| %>
<div class="search-inputs">
<div class="fr-input-group input">
Expand Down Expand Up @@ -28,9 +30,6 @@

<div class="fr-table fr-table--bordered fr-table--layout-fixed">
<table>
<caption>
<%= t('.table.caption') %>
</caption>
<thead>
<tr>
<%
Expand Down

0 comments on commit 4db932f

Please sign in to comment.