Skip to content

Commit

Permalink
fixed misplaced </div>
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Feb 17, 2025
1 parent 62f8ce0 commit 37941d6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/views/requests/_item_history_log_modal_.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@
</div>
</div>

<div id="request_history_log_<%= item.id %>" data-url="<%= item_history_request_path(@request, item_id: item.id, format: "js") %>"></div>

<div id="request_history_log_<%= item.id %>"
data-url="<%= item_history_request_path(@request, item_id: item.id, format: "js") %>">
</div>

</div>
</div> <!-- Closing .modal-body -->

<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>

</div>
</div>
</div>

<% end %>

0 comments on commit 37941d6

Please sign in to comment.