Extract component to render notifications item
This commit is contained in:
7
app/components/layout/notification_item_component.rb
Normal file
7
app/components/layout/notification_item_component.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class Layout::NotificationItemComponent < ApplicationComponent
|
||||
attr_reader :user
|
||||
|
||||
def initialize(user)
|
||||
@user = user
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user