Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SolidusAdmin products/stock component fixes #5443

Merged
merged 2 commits into from
Oct 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Change the root products/stock tag so it's inline by default
  • Loading branch information
elia committed Oct 19, 2023
commit 0687e4d96bd44c01b3c605760912403b998e8644
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def call

variant_info = t('.for_variants', count: @variants_count)

tag.div safe_join([stock_info, variant_info], ' ')
tag.span safe_join([stock_info, variant_info], ' ')
end
end