minor fix in ui in addorder

This commit is contained in:
Dev Team
2025-05-28 10:48:08 +06:30
parent 5bb588c19d
commit f5fbf794c8
2 changed files with 2 additions and 43 deletions

View File

@@ -45,7 +45,7 @@
</section>
<!-- Main Content -->
<section class="content">
<section class="content" style="margin:0; padding: 0;">
<% flash.each do |type, message| %>
<% if type == "notice"
color = "alert-success"