Инициалиазация репозитория
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module ApplicationHelper
|
||||
include Pagy::Frontend
|
||||
|
||||
def bicon(name)
|
||||
image_tag("", class: "bi bi-#{name}")
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,2 @@
|
||||
module WelcomeHelper
|
||||
end
|
||||
Reference in New Issue
Block a user