Add bookmark admin
This commit is contained in:
14
slices/admin/views/bookmarks/index.rb
Normal file
14
slices/admin/views/bookmarks/index.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
module Admin
|
||||
module Views
|
||||
module Bookmarks
|
||||
class Index < Admin::View
|
||||
|
||||
include Deps["repos.bookmark_repo"]
|
||||
|
||||
expose :bookmarks do
|
||||
bookmark_repo.list
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user