Fix blogroll rendering

This commit is contained in:
2024-02-11 14:46:16 +11:00
parent 0bafc3722a
commit 6924ccd271
2 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ module Adamantium
module Views
module Blogroll
class List < Adamantium::View
config.layout = false
include Deps[blogroll_list: "queries.blogroll.index"]
expose :blogroll do |blogroll_result|