Skip to content

Commit

Permalink
Add same close button to purchase request
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadicoder committed May 16, 2024
1 parent 4c3620f commit 9772778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/purchase_order.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="modal-header">
<h1 class="modal-title">Request Rapid Access</h1>
<button type="button" class="ajax-modal-close close ml-auto" data-dismiss="modal" aria-hidden="true">×</button>
<button type="button" class="ajax-modal-close close ml-auto" data-dismiss="modal" aria-hidden="true"><span aria-hidden="true">&times;</span></button>
</div>

<%= form_tag url_for(:controller => controller_name, :action => "purchase_order_action"), :id => "purchase_order_form", :class => "form-horizontal ajax_form", :method => :post do %>
Expand Down

0 comments on commit 9772778

Please sign in to comment.