Skip to content

Commit

Permalink
Merge views subtree
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 1, 2022
2 parents 2c40444 + d03099d commit 3e4be28
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions template/pages/@/sections/buy-together.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<section class="buy-together">
<div class="container">
<div id="buy-together">
<% if (opt.show_loading) { %>
<%- await include('@/sections/inc/loading') %>
<% } else { %>
<div style="width: 20px"></div>
<% } %>
</div>
</div>
</section>

0 comments on commit 3e4be28

Please sign in to comment.