Specific decoration for statuses on index page

This commit is contained in:
2024-02-25 08:55:47 +11:00
parent cae3f8f5f9
commit e7ec361dc0
3 changed files with 24 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ module Main
expose :posts do
post_repo.statuses_listing.map do |post|
Decorators::Posts::Decorator.new(post)
Decorators::Statuses::Decorator.new(post)
end
end
end